Interface BatchDisassociateResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchDisassociateResourceRequest.Builder,BatchDisassociateResourceRequest>,FmsRequest.Builder,SdkBuilder<BatchDisassociateResourceRequest.Builder,BatchDisassociateResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchDisassociateResourceRequest
public static interface BatchDisassociateResourceRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<BatchDisassociateResourceRequest.Builder,BatchDisassociateResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDisassociateResourceRequest.Builderitems(String... items)The uniform resource identifiers (URI) of resources that should be disassociated from the resource set.BatchDisassociateResourceRequest.Builderitems(Collection<String> items)The uniform resource identifiers (URI) of resources that should be disassociated from the resource set.BatchDisassociateResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDisassociateResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDisassociateResourceRequest.BuilderresourceSetIdentifier(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, sdkFields
-
-
-
-
Method Detail
-
resourceSetIdentifier
BatchDisassociateResourceRequest.Builder resourceSetIdentifier(String 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
BatchDisassociateResourceRequest.Builder items(Collection<String> 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
BatchDisassociateResourceRequest.Builder items(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDisassociateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-