public static interface GetChangeLogsRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<GetChangeLogsRequest.Builder,GetChangeLogsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetChangeLogsRequest.Builder |
assessmentId(String assessmentId)
The identifier for the specified assessment.
|
GetChangeLogsRequest.Builder |
controlId(String controlId)
The identifier for the specified control.
|
GetChangeLogsRequest.Builder |
controlSetId(String controlSetId)
The identifier for the specified control set.
|
GetChangeLogsRequest.Builder |
maxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
|
GetChangeLogsRequest.Builder |
nextToken(String nextToken)
The pagination token used to fetch the next set of results.
|
GetChangeLogsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetChangeLogsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetChangeLogsRequest.Builder assessmentId(String assessmentId)
The identifier for the specified assessment.
assessmentId - The identifier for the specified assessment.GetChangeLogsRequest.Builder controlSetId(String controlSetId)
The identifier for the specified control set.
controlSetId - The identifier for the specified control set.GetChangeLogsRequest.Builder controlId(String controlId)
The identifier for the specified control.
controlId - The identifier for the specified control.GetChangeLogsRequest.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.GetChangeLogsRequest.Builder maxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
maxResults - Represents the maximum number of results per page, or per API request call.GetChangeLogsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetChangeLogsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.