public static interface TagResourceRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<TagResourceRequest.Builder,TagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the Amazon SWF domain.
|
TagResourceRequest.Builder |
tags(Collection<ResourceTag> tags)
The list of tags to add to a domain.
|
TagResourceRequest.Builder |
tags(Consumer<ResourceTag.Builder>... tags)
The list of tags to add to a domain.
|
TagResourceRequest.Builder |
tags(ResourceTag... tags)
The list of tags to add to a domain.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the Amazon SWF domain.
resourceArn - The Amazon Resource Name (ARN) for the Amazon SWF domain.TagResourceRequest.Builder tags(Collection<ResourceTag> tags)
The list of tags to add to a domain.
Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.
tags - The list of tags to add to a domain.
Tags may only contain unicode letters, digits, whitespace, or these symbols:
_ . : / = + - @.
TagResourceRequest.Builder tags(ResourceTag... tags)
The list of tags to add to a domain.
Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.
tags - The list of tags to add to a domain.
Tags may only contain unicode letters, digits, whitespace, or these symbols:
_ . : / = + - @.
TagResourceRequest.Builder tags(Consumer<ResourceTag.Builder>... tags)
The list of tags to add to a domain.
Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.
ResourceTag.Builder avoiding the need to create one
manually via ResourceTag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
ResourceTag.Builder#tags(java.util.Collection) TagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.