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