public static interface TagResourceRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<TagResourceRequest.Builder,TagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
TagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagResourceRequest.Builder |
resourceArn(String resourceArn)
The ARN of the resource with the tags to be listed.
|
TagResourceRequest.Builder |
tags(Collection<Tag> tags)
A set of key-value pairs that are used to manage the resource.
|
TagResourceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A set of key-value pairs that are used to manage the resource.
|
TagResourceRequest.Builder |
tags(Tag... tags)
A set of key-value pairs that are used to manage the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTagResourceRequest.Builder instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
instanceArn - The ARN of the IAM Identity Center instance under which the operation will be executed. For more
information about ARNs, see Amazon Resource
Names (ARNs) and AWS Service Namespaces in the AWS General Reference.TagResourceRequest.Builder resourceArn(String resourceArn)
The ARN of the resource with the tags to be listed.
resourceArn - The ARN of the resource with the tags to be listed.TagResourceRequest.Builder tags(Collection<Tag> tags)
A set of key-value pairs that are used to manage the resource.
tags - A set of key-value pairs that are used to manage the resource.TagResourceRequest.Builder tags(Tag... tags)
A set of key-value pairs that are used to manage the resource.
tags - A set of key-value pairs that are used to manage the resource.TagResourceRequest.Builder tags(Consumer<Tag.Builder>... tags)
A set of key-value pairs that are used to manage the resource.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.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
Tag.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.