Interface BatchGetStandardsControlAssociationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchGetStandardsControlAssociationsResponse.Builder,
,BatchGetStandardsControlAssociationsResponse> SdkBuilder<BatchGetStandardsControlAssociationsResponse.Builder,
,BatchGetStandardsControlAssociationsResponse> SdkPojo
,SdkResponse.Builder
,SecurityHubResponse.Builder
- Enclosing class:
BatchGetStandardsControlAssociationsResponse
-
Method Summary
Modifier and TypeMethodDescriptionstandardsControlAssociationDetails
(Collection<StandardsControlAssociationDetail> standardsControlAssociationDetails) Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.standardsControlAssociationDetails
(Consumer<StandardsControlAssociationDetail.Builder>... standardsControlAssociationDetails) Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.standardsControlAssociationDetails
(StandardsControlAssociationDetail... standardsControlAssociationDetails) Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.unprocessedAssociations
(Collection<UnprocessedStandardsControlAssociation> unprocessedAssociations) A security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.unprocessedAssociations
(Consumer<UnprocessedStandardsControlAssociation.Builder>... unprocessedAssociations) A security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.unprocessedAssociations
(UnprocessedStandardsControlAssociation... unprocessedAssociations) A security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
standardsControlAssociationDetails
BatchGetStandardsControlAssociationsResponse.Builder standardsControlAssociationDetails(Collection<StandardsControlAssociationDetail> standardsControlAssociationDetails) Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
- Parameters:
standardsControlAssociationDetails
- Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsControlAssociationDetails
BatchGetStandardsControlAssociationsResponse.Builder standardsControlAssociationDetails(StandardsControlAssociationDetail... standardsControlAssociationDetails) Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
- Parameters:
standardsControlAssociationDetails
- Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsControlAssociationDetails
BatchGetStandardsControlAssociationsResponse.Builder standardsControlAssociationDetails(Consumer<StandardsControlAssociationDetail.Builder>... standardsControlAssociationDetails) Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
This is a convenience method that creates an instance of theStandardsControlAssociationDetail.Builder
avoiding the need to create one manually viaStandardsControlAssociationDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostandardsControlAssociationDetails(List<StandardsControlAssociationDetail>)
.- Parameters:
standardsControlAssociationDetails
- a consumer that will call methods onStandardsControlAssociationDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unprocessedAssociations
BatchGetStandardsControlAssociationsResponse.Builder unprocessedAssociations(Collection<UnprocessedStandardsControlAssociation> unprocessedAssociations) A security control (identified with
SecurityControlId
,SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.- Parameters:
unprocessedAssociations
- A security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedAssociations
BatchGetStandardsControlAssociationsResponse.Builder unprocessedAssociations(UnprocessedStandardsControlAssociation... unprocessedAssociations) A security control (identified with
SecurityControlId
,SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.- Parameters:
unprocessedAssociations
- A security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedAssociations
BatchGetStandardsControlAssociationsResponse.Builder unprocessedAssociations(Consumer<UnprocessedStandardsControlAssociation.Builder>... unprocessedAssociations) A security control (identified with
This is a convenience method that creates an instance of theSecurityControlId
,SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.UnprocessedStandardsControlAssociation.Builder
avoiding the need to create one manually viaUnprocessedStandardsControlAssociation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tounprocessedAssociations(List<UnprocessedStandardsControlAssociation>)
.- Parameters:
unprocessedAssociations
- a consumer that will call methods onUnprocessedStandardsControlAssociation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-