public static interface GetChangeLogsResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<GetChangeLogsResponse.Builder,GetChangeLogsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetChangeLogsResponse.Builder |
changeLogs(ChangeLog... changeLogs)
The list of user activity for the control.
|
GetChangeLogsResponse.Builder |
changeLogs(Collection<ChangeLog> changeLogs)
The list of user activity for the control.
|
GetChangeLogsResponse.Builder |
changeLogs(Consumer<ChangeLog.Builder>... changeLogs)
The list of user activity for the control.
|
GetChangeLogsResponse.Builder |
nextToken(String nextToken)
The pagination token used to fetch the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetChangeLogsResponse.Builder changeLogs(Collection<ChangeLog> changeLogs)
The list of user activity for the control.
changeLogs - The list of user activity for the control.GetChangeLogsResponse.Builder changeLogs(ChangeLog... changeLogs)
The list of user activity for the control.
changeLogs - The list of user activity for the control.GetChangeLogsResponse.Builder changeLogs(Consumer<ChangeLog.Builder>... changeLogs)
The list of user activity for the control.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #changeLogs(List) .changeLogs - a consumer that will call methods on List.Builder #changeLogs(List) GetChangeLogsResponse.Builder nextToken(String nextToken)
The pagination token used to fetch the next set of results.
nextToken - The pagination token used to fetch the next set of results.Copyright © 2021. All rights reserved.