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