Interface BatchDisassociateResourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<BatchDisassociateResourceRequest.Builder,
,BatchDisassociateResourceRequest> FmsRequest.Builder
,SdkBuilder<BatchDisassociateResourceRequest.Builder,
,BatchDisassociateResourceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
BatchDisassociateResourceRequest
@Mutable
@NotThreadSafe
public static interface BatchDisassociateResourceRequest.Builder
extends FmsRequest.Builder, SdkPojo, CopyableBuilder<BatchDisassociateResourceRequest.Builder,BatchDisassociateResourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe uniform resource identifiers (URI) of resources that should be disassociated from the resource set.items
(Collection<String> items) The uniform resource identifiers (URI) of resources that should be disassociated from the resource set.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceSetIdentifier
(String resourceSetIdentifier) A unique identifier for the resource set, used in a request to refer to the resource set.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.fms.model.FmsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceSetIdentifier
A unique identifier for the resource set, used in a request to refer to the resource set.
- Parameters:
resourceSetIdentifier
- A unique identifier for the resource set, used in a request to refer to the resource set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The uniform resource identifiers (URI) of resources that should be disassociated from the resource set. The URIs must be Amazon Resource Names (ARNs).
- Parameters:
items
- The uniform resource identifiers (URI) of resources that should be disassociated from the resource set. The URIs must be Amazon Resource Names (ARNs).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The uniform resource identifiers (URI) of resources that should be disassociated from the resource set. The URIs must be Amazon Resource Names (ARNs).
- Parameters:
items
- The uniform resource identifiers (URI) of resources that should be disassociated from the resource set. The URIs must be Amazon Resource Names (ARNs).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDisassociateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchDisassociateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-