public static interface BatchDisableStandardsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<BatchDisableStandardsResponse.Builder,BatchDisableStandardsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDisableStandardsResponse.Builder |
standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were disabled.
|
BatchDisableStandardsResponse.Builder |
standardsSubscriptions(Consumer<StandardsSubscription.Builder>... standardsSubscriptions)
The details of the standards subscriptions that were disabled.
|
BatchDisableStandardsResponse.Builder |
standardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The details of the standards subscriptions that were disabled.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildBatchDisableStandardsResponse.Builder standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were disabled.
standardsSubscriptions - The details of the standards subscriptions that were disabled.BatchDisableStandardsResponse.Builder standardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The details of the standards subscriptions that were disabled.
standardsSubscriptions - The details of the standards subscriptions that were disabled.BatchDisableStandardsResponse.Builder standardsSubscriptions(Consumer<StandardsSubscription.Builder>... standardsSubscriptions)
The details of the standards subscriptions that were disabled.
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 #standardsSubscriptions(List) .standardsSubscriptions - a consumer that will call methods on List.Builder #standardsSubscriptions(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.