public static interface BatchEnableStandardsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<BatchEnableStandardsResponse.Builder,BatchEnableStandardsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchEnableStandardsResponse.Builder |
standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were enabled.
|
BatchEnableStandardsResponse.Builder |
standardsSubscriptions(Consumer<StandardsSubscription.Builder>... standardsSubscriptions)
The details of the standards subscriptions that were enabled.
|
BatchEnableStandardsResponse.Builder |
standardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The details of the standards subscriptions that were enabled.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchEnableStandardsResponse.Builder standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were enabled.
standardsSubscriptions - The details of the standards subscriptions that were enabled.BatchEnableStandardsResponse.Builder standardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The details of the standards subscriptions that were enabled.
standardsSubscriptions - The details of the standards subscriptions that were enabled.BatchEnableStandardsResponse.Builder standardsSubscriptions(Consumer<StandardsSubscription.Builder>... standardsSubscriptions)
The details of the standards subscriptions that were enabled.
This is a convenience method that creates an instance of theStandardsSubscription.Builder avoiding the need to
create one manually via
StandardsSubscription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #standardsSubscriptions(List.
standardsSubscriptions - a consumer that will call methods on
StandardsSubscription.Builder#standardsSubscriptions(java.util.Collection) Copyright © 2023. All rights reserved.