public static interface BatchUpdateStandardsControlAssociationsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateStandardsControlAssociationsRequest.Builder,BatchUpdateStandardsControlAssociationsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateStandardsControlAssociationsRequest.Builder standardsControlAssociationUpdates(Collection<StandardsControlAssociationUpdate> standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
standardsControlAssociationUpdates - Updates the enablement status of a security control in a specified standard.BatchUpdateStandardsControlAssociationsRequest.Builder standardsControlAssociationUpdates(StandardsControlAssociationUpdate... standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
standardsControlAssociationUpdates - Updates the enablement status of a security control in a specified standard.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.Builder avoiding
the need to create one manually via
StandardsControlAssociationUpdate.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #standardsControlAssociationUpdates(List.
standardsControlAssociationUpdates - a consumer that will call methods on
StandardsControlAssociationUpdate.Builder#standardsControlAssociationUpdates(java.util.Collection) BatchUpdateStandardsControlAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchUpdateStandardsControlAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.