Interface ListControlInsightsByControlDomainRequest.Builder
-
- All Superinterfaces:
AuditManagerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListControlInsightsByControlDomainRequest.Builder,ListControlInsightsByControlDomainRequest>,SdkBuilder<ListControlInsightsByControlDomainRequest.Builder,ListControlInsightsByControlDomainRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListControlInsightsByControlDomainRequest
public static interface ListControlInsightsByControlDomainRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<ListControlInsightsByControlDomainRequest.Builder,ListControlInsightsByControlDomainRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListControlInsightsByControlDomainRequest.BuildercontrolDomainId(String controlDomainId)The unique identifier for the control domain.ListControlInsightsByControlDomainRequest.BuildermaxResults(Integer maxResults)Represents the maximum number of results on a page or for an API request call.ListControlInsightsByControlDomainRequest.BuildernextToken(String nextToken)The pagination token that's used to fetch the next set of results.ListControlInsightsByControlDomainRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListControlInsightsByControlDomainRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
controlDomainId
ListControlInsightsByControlDomainRequest.Builder controlDomainId(String controlDomainId)
The unique identifier for the control domain.
- Parameters:
controlDomainId- The unique identifier for the control domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListControlInsightsByControlDomainRequest.Builder nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
- Parameters:
nextToken- The pagination token that's used to fetch the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListControlInsightsByControlDomainRequest.Builder maxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
- Parameters:
maxResults- Represents the maximum number of results on a page or for an API request call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListControlInsightsByControlDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListControlInsightsByControlDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-