Interface BatchDisableStandardsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<BatchDisableStandardsResponse.Builder,,BatchDisableStandardsResponse> SdkBuilder<BatchDisableStandardsResponse.Builder,,BatchDisableStandardsResponse> SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
 BatchDisableStandardsResponse
public static interface BatchDisableStandardsResponse.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<BatchDisableStandardsResponse.Builder,BatchDisableStandardsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionstandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions) The details of the standards subscriptions that were disabled.standardsSubscriptions(Consumer<StandardsSubscription.Builder>... standardsSubscriptions) The details of the standards subscriptions that were disabled.standardsSubscriptions(StandardsSubscription... standardsSubscriptions) The details of the standards subscriptions that were disabled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
standardsSubscriptions
BatchDisableStandardsResponse.Builder standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions) The details of the standards subscriptions that were disabled.
- Parameters:
 standardsSubscriptions- The details of the standards subscriptions that were disabled.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
standardsSubscriptions
BatchDisableStandardsResponse.Builder standardsSubscriptions(StandardsSubscription... standardsSubscriptions) The details of the standards subscriptions that were disabled.
- Parameters:
 standardsSubscriptions- The details of the standards subscriptions that were disabled.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
standardsSubscriptions
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.Builderavoiding the need to create one manually viaStandardsSubscription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostandardsSubscriptions(List<StandardsSubscription>).- Parameters:
 standardsSubscriptions- a consumer that will call methods onStandardsSubscription.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -