Interface BatchEnableStandardsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<BatchEnableStandardsRequest.Builder,,- BatchEnableStandardsRequest> - SdkBuilder<BatchEnableStandardsRequest.Builder,,- BatchEnableStandardsRequest> - SdkPojo,- SdkRequest.Builder,- SecurityHubRequest.Builder
- Enclosing class:
- BatchEnableStandardsRequest
public static interface BatchEnableStandardsRequest.Builder
extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<BatchEnableStandardsRequest.Builder,BatchEnableStandardsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.standardsSubscriptionRequests(Collection<StandardsSubscriptionRequest> standardsSubscriptionRequests) The list of standards checks to enable.standardsSubscriptionRequests(Consumer<StandardsSubscriptionRequest.Builder>... standardsSubscriptionRequests) The list of standards checks to enable.standardsSubscriptionRequests(StandardsSubscriptionRequest... standardsSubscriptionRequests) The list of standards checks to enable.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builderbuild
- 
Method Details- 
standardsSubscriptionRequestsBatchEnableStandardsRequest.Builder standardsSubscriptionRequests(Collection<StandardsSubscriptionRequest> standardsSubscriptionRequests) The list of standards checks to enable. - Parameters:
- standardsSubscriptionRequests- The list of standards checks to enable.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
standardsSubscriptionRequestsBatchEnableStandardsRequest.Builder standardsSubscriptionRequests(StandardsSubscriptionRequest... standardsSubscriptionRequests) The list of standards checks to enable. - Parameters:
- standardsSubscriptionRequests- The list of standards checks to enable.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
standardsSubscriptionRequestsBatchEnableStandardsRequest.Builder standardsSubscriptionRequests(Consumer<StandardsSubscriptionRequest.Builder>... standardsSubscriptionRequests) The list of standards checks to enable. This is a convenience method that creates an instance of theStandardsSubscriptionRequest.Builderavoiding the need to create one manually viaStandardsSubscriptionRequest.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostandardsSubscriptionRequests(List<StandardsSubscriptionRequest>).- Parameters:
- standardsSubscriptionRequests- a consumer that will call methods on- StandardsSubscriptionRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationBatchEnableStandardsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationBatchEnableStandardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-