public static interface ListAssessmentControlInsightsByControlDomainRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<ListAssessmentControlInsightsByControlDomainRequest.Builder,ListAssessmentControlInsightsByControlDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentControlInsightsByControlDomainRequest.Builder |
assessmentId(String assessmentId)
The unique identifier for the active assessment.
|
ListAssessmentControlInsightsByControlDomainRequest.Builder |
controlDomainId(String controlDomainId)
The unique identifier for the control domain.
|
ListAssessmentControlInsightsByControlDomainRequest.Builder |
maxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
ListAssessmentControlInsightsByControlDomainRequest.Builder |
nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
ListAssessmentControlInsightsByControlDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssessmentControlInsightsByControlDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssessmentControlInsightsByControlDomainRequest.Builder controlDomainId(String controlDomainId)
The unique identifier for the control domain.
controlDomainId - The unique identifier for the control domain.ListAssessmentControlInsightsByControlDomainRequest.Builder assessmentId(String assessmentId)
The unique identifier for the active assessment.
assessmentId - The unique identifier for the active assessment.ListAssessmentControlInsightsByControlDomainRequest.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.ListAssessmentControlInsightsByControlDomainRequest.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.ListAssessmentControlInsightsByControlDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAssessmentControlInsightsByControlDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.