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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDisableStandardsResponse.BuilderstandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)The details of the standards subscriptions that were disabled.BatchDisableStandardsResponse.BuilderstandardsSubscriptions(Consumer<StandardsSubscription.Builder>... standardsSubscriptions)The details of the standards subscriptions that were disabled.BatchDisableStandardsResponse.BuilderstandardsSubscriptions(StandardsSubscription... standardsSubscriptions)The details of the standards subscriptions that were disabled.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
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 to#standardsSubscriptions(List.) - 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:
#standardsSubscriptions(java.util.Collection)
-
-