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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchEnableStandardsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchEnableStandardsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchEnableStandardsRequest.BuilderstandardsSubscriptionRequests(Collection<StandardsSubscriptionRequest> standardsSubscriptionRequests)The list of standards checks to enable.BatchEnableStandardsRequest.BuilderstandardsSubscriptionRequests(Consumer<StandardsSubscriptionRequest.Builder>... standardsSubscriptionRequests)The list of standards checks to enable.BatchEnableStandardsRequest.BuilderstandardsSubscriptionRequests(StandardsSubscriptionRequest... standardsSubscriptionRequests)The list of standards checks to enable.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
standardsSubscriptionRequests
BatchEnableStandardsRequest.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.
-
standardsSubscriptionRequests
BatchEnableStandardsRequest.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.
-
standardsSubscriptionRequests
BatchEnableStandardsRequest.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 to#standardsSubscriptionRequests(List.) - Parameters:
standardsSubscriptionRequests- a consumer that will call methods onStandardsSubscriptionRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#standardsSubscriptionRequests(java.util.Collection)
-
overrideConfiguration
BatchEnableStandardsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchEnableStandardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-