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 unique identifier for the assessment.
|
GetChangeLogsRequest.Builder |
controlId(String controlId)
The unique identifier for the control.
|
GetChangeLogsRequest.Builder |
controlSetId(String controlSetId)
The unique identifier for the control set.
|
GetChangeLogsRequest.Builder |
maxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
GetChangeLogsRequest.Builder |
nextToken(String nextToken)
The pagination token that's 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 unique identifier for the assessment.
assessmentId - The unique identifier for the assessment.GetChangeLogsRequest.Builder controlSetId(String controlSetId)
The unique identifier for the control set.
controlSetId - The unique identifier for the control set.GetChangeLogsRequest.Builder controlId(String controlId)
The unique identifier for the control.
controlId - The unique identifier for the control.GetChangeLogsRequest.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.GetChangeLogsRequest.Builder maxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
maxResults - Represents the maximum number of results on a page or for an API request call.GetChangeLogsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetChangeLogsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.