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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
BatchEnableStandardsResponse.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 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.