Interface ListAssessmentControlInsightsByControlDomainRequest.Builder
-
- All Superinterfaces:
AuditManagerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListAssessmentControlInsightsByControlDomainRequest.Builder,ListAssessmentControlInsightsByControlDomainRequest>,SdkBuilder<ListAssessmentControlInsightsByControlDomainRequest.Builder,ListAssessmentControlInsightsByControlDomainRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAssessmentControlInsightsByControlDomainRequest
public static interface ListAssessmentControlInsightsByControlDomainRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<ListAssessmentControlInsightsByControlDomainRequest.Builder,ListAssessmentControlInsightsByControlDomainRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssessmentControlInsightsByControlDomainRequest.BuilderassessmentId(String assessmentId)The unique identifier for the active assessment.ListAssessmentControlInsightsByControlDomainRequest.BuildercontrolDomainId(String controlDomainId)The unique identifier for the control domain.ListAssessmentControlInsightsByControlDomainRequest.BuildermaxResults(Integer maxResults)Represents the maximum number of results on a page or for an API request call.ListAssessmentControlInsightsByControlDomainRequest.BuildernextToken(String nextToken)The pagination token that's used to fetch the next set of results.ListAssessmentControlInsightsByControlDomainRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssessmentControlInsightsByControlDomainRequest.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
ListAssessmentControlInsightsByControlDomainRequest.Builder controlDomainId(String controlDomainId)
The unique identifier for the control domain.
Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For information about how to find a list of available control domains, see
ListDomainsin the Amazon Web Services Control Catalog API Reference.- Parameters:
controlDomainId- The unique identifier for the control domain.Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For information about how to find a list of available control domains, see
ListDomainsin the Amazon Web Services Control Catalog API Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentId
ListAssessmentControlInsightsByControlDomainRequest.Builder assessmentId(String assessmentId)
The unique identifier for the active assessment.
- Parameters:
assessmentId- The unique identifier for the active assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAssessmentControlInsightsByControlDomainRequest.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
ListAssessmentControlInsightsByControlDomainRequest.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
ListAssessmentControlInsightsByControlDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssessmentControlInsightsByControlDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-