public static interface BatchEnableStandardsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<BatchEnableStandardsRequest.Builder,BatchEnableStandardsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchEnableStandardsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchEnableStandardsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchEnableStandardsRequest.Builder |
standardsSubscriptionRequests(Collection<StandardsSubscriptionRequest> standardsSubscriptionRequests)
The list of standards checks to enable.
|
BatchEnableStandardsRequest.Builder |
standardsSubscriptionRequests(Consumer<StandardsSubscriptionRequest.Builder>... standardsSubscriptionRequests)
The list of standards checks to enable.
|
BatchEnableStandardsRequest.Builder |
standardsSubscriptionRequests(StandardsSubscriptionRequest... standardsSubscriptionRequests)
The list of standards checks to enable.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchEnableStandardsRequest.Builder standardsSubscriptionRequests(Collection<StandardsSubscriptionRequest> standardsSubscriptionRequests)
The list of standards checks to enable.
standardsSubscriptionRequests - The list of standards checks to enable.BatchEnableStandardsRequest.Builder standardsSubscriptionRequests(StandardsSubscriptionRequest... standardsSubscriptionRequests)
The list of standards checks to enable.
standardsSubscriptionRequests - The list of standards checks to enable.BatchEnableStandardsRequest.Builder standardsSubscriptionRequests(Consumer<StandardsSubscriptionRequest.Builder>... standardsSubscriptionRequests)
The list of standards checks 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)
overrideConfiguration in interface AwsRequest.BuilderBatchEnableStandardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.