public static interface BatchEnableStandardsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<BatchEnableStandardsRequest.Builder,BatchEnableStandardsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchEnableStandardsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
BatchEnableStandardsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
BatchEnableStandardsRequest.Builder |
standardsSubscriptionRequests(Collection<StandardsSubscriptionRequest> standardsSubscriptionRequests)
The list of standards that you want to enable.
|
BatchEnableStandardsRequest.Builder |
standardsSubscriptionRequests(Consumer<StandardsSubscriptionRequest.Builder>... standardsSubscriptionRequests)
The list of standards that you want to enable.
|
BatchEnableStandardsRequest.Builder |
standardsSubscriptionRequests(StandardsSubscriptionRequest... standardsSubscriptionRequests)
The list of standards that you want to enable.
|
buildoverrideConfigurationcopyapplyMutation, buildBatchEnableStandardsRequest.Builder standardsSubscriptionRequests(Collection<StandardsSubscriptionRequest> standardsSubscriptionRequests)
The list of standards that you want to enable.
standardsSubscriptionRequests - The list of standards that you want to enable.BatchEnableStandardsRequest.Builder standardsSubscriptionRequests(StandardsSubscriptionRequest... standardsSubscriptionRequests)
The list of standards that you want to enable.
standardsSubscriptionRequests - The list of standards that you want to enable.BatchEnableStandardsRequest.Builder standardsSubscriptionRequests(Consumer<StandardsSubscriptionRequest.Builder>... standardsSubscriptionRequests)
The list of standards that you want to enable.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #standardsSubscriptionRequests(List) .standardsSubscriptionRequests - a consumer that will call methods on List.Builder #standardsSubscriptionRequests(List) BatchEnableStandardsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.BatchEnableStandardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.