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 SSO 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 SSO 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 SSO 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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) TagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.