Interface BatchUpdateStandardsControlAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchUpdateStandardsControlAssociationsRequest.Builder,BatchUpdateStandardsControlAssociationsRequest>,SdkBuilder<BatchUpdateStandardsControlAssociationsRequest.Builder,BatchUpdateStandardsControlAssociationsRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- BatchUpdateStandardsControlAssociationsRequest
public static interface BatchUpdateStandardsControlAssociationsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateStandardsControlAssociationsRequest.Builder,BatchUpdateStandardsControlAssociationsRequest>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
standardsControlAssociationUpdates
BatchUpdateStandardsControlAssociationsRequest.Builder standardsControlAssociationUpdates(Collection<StandardsControlAssociationUpdate> standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
- Parameters:
standardsControlAssociationUpdates- Updates the enablement status of a security control in a specified standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsControlAssociationUpdates
BatchUpdateStandardsControlAssociationsRequest.Builder standardsControlAssociationUpdates(StandardsControlAssociationUpdate... standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
- Parameters:
standardsControlAssociationUpdates- Updates the enablement status of a security control in a specified standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsControlAssociationUpdates
BatchUpdateStandardsControlAssociationsRequest.Builder standardsControlAssociationUpdates(Consumer<StandardsControlAssociationUpdate.Builder>... standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
This is a convenience method that creates an instance of theStandardsControlAssociationUpdate.Builderavoiding the need to create one manually viaStandardsControlAssociationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#standardsControlAssociationUpdates(List.) - Parameters:
standardsControlAssociationUpdates- a consumer that will call methods onStandardsControlAssociationUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#standardsControlAssociationUpdates(java.util.Collection)
-
overrideConfiguration
BatchUpdateStandardsControlAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchUpdateStandardsControlAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-