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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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.