Interface BatchGetStandardsControlAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetStandardsControlAssociationsResponse.Builder,BatchGetStandardsControlAssociationsResponse>,SdkBuilder<BatchGetStandardsControlAssociationsResponse.Builder,BatchGetStandardsControlAssociationsResponse>,SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
- BatchGetStandardsControlAssociationsResponse
public static interface BatchGetStandardsControlAssociationsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<BatchGetStandardsControlAssociationsResponse.Builder,BatchGetStandardsControlAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetStandardsControlAssociationsResponse.BuilderstandardsControlAssociationDetails(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.BatchGetStandardsControlAssociationsResponse.BuilderstandardsControlAssociationDetails(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.BatchGetStandardsControlAssociationsResponse.BuilderstandardsControlAssociationDetails(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.BatchGetStandardsControlAssociationsResponse.BuilderunprocessedAssociations(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.BatchGetStandardsControlAssociationsResponse.BuilderunprocessedAssociations(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.BatchGetStandardsControlAssociationsResponse.BuilderunprocessedAssociations(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 Detail
-
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.Builderavoiding the need to create one manually viaStandardsControlAssociationDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#standardsControlAssociationDetails(List.) - 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:
#standardsControlAssociationDetails(java.util.Collection)
-
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.Builderavoiding the need to create one manually viaUnprocessedStandardsControlAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#unprocessedAssociations(List.) - 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:
#unprocessedAssociations(java.util.Collection)
-
-