public static interface BatchDisassociateResourceRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<BatchDisassociateResourceRequest.Builder,BatchDisassociateResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateResourceRequest.Builder |
items(Collection<String> items)
The uniform resource identifiers (URI) of resources that should be disassociated from the resource set.
|
BatchDisassociateResourceRequest.Builder |
items(String... items)
The uniform resource identifiers (URI) of resources that should be disassociated from the resource set.
|
BatchDisassociateResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDisassociateResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDisassociateResourceRequest.Builder |
resourceSetIdentifier(String resourceSetIdentifier)
A unique identifier for the resource set, used in a TODO to refer to the resource set.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDisassociateResourceRequest.Builder resourceSetIdentifier(String resourceSetIdentifier)
A unique identifier for the resource set, used in a TODO to refer to the resource set.
resourceSetIdentifier - A unique identifier for the resource set, used in a TODO to refer to the resource set.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).
items - The uniform resource identifiers (URI) of resources that should be disassociated from the resource
set. The URIs must be Amazon Resource Names (ARNs).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).
items - The uniform resource identifiers (URI) of resources that should be disassociated from the resource
set. The URIs must be Amazon Resource Names (ARNs).BatchDisassociateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDisassociateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.