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 that's 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 method that creates an instance of theChangeLog.Builder avoiding the need to create one
manually via ChangeLog.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #changeLogs(List.
changeLogs - a consumer that will call methods on
ChangeLog.Builder#changeLogs(java.util.Collection) GetChangeLogsResponse.Builder nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.Copyright © 2023. All rights reserved.