public static interface ListTagsForResourceRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) string that uniquely identifies the DMS resource to list tags for.
|
ListTagsForResourceRequest.Builder |
resourceArnList(Collection<String> resourceArnList)
List of ARNs that identify multiple DMS resources that you want to list tags for.
|
ListTagsForResourceRequest.Builder |
resourceArnList(String... resourceArnList)
List of ARNs that identify multiple DMS resources that you want to list tags for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) string that uniquely identifies the DMS resource to list tags for. This returns a list of keys (names of tags) created for the resource and their associated tag values.
resourceArn - The Amazon Resource Name (ARN) string that uniquely identifies the DMS resource to list tags for. This
returns a list of keys (names of tags) created for the resource and their associated tag values.ListTagsForResourceRequest.Builder resourceArnList(Collection<String> resourceArnList)
List of ARNs that identify multiple DMS resources that you want to list tags for. This returns a list of keys
(tag names) and their associated tag values. It also returns each tag's associated ResourceArn
value, which is the ARN of the resource for which each listed tag is created.
resourceArnList - List of ARNs that identify multiple DMS resources that you want to list tags for. This returns a list
of keys (tag names) and their associated tag values. It also returns each tag's associated
ResourceArn value, which is the ARN of the resource for which each listed tag is created.ListTagsForResourceRequest.Builder resourceArnList(String... resourceArnList)
List of ARNs that identify multiple DMS resources that you want to list tags for. This returns a list of keys
(tag names) and their associated tag values. It also returns each tag's associated ResourceArn
value, which is the ARN of the resource for which each listed tag is created.
resourceArnList - List of ARNs that identify multiple DMS resources that you want to list tags for. This returns a list
of keys (tag names) and their associated tag values. It also returns each tag's associated
ResourceArn value, which is the ARN of the resource for which each listed tag is created.ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.