public static interface TagRoleRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<TagRoleRequest.Builder,TagRoleRequest>
| Modifier and Type | Method and Description |
|---|---|
TagRoleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagRoleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagRoleRequest.Builder |
roleName(String roleName)
The name of the role that you want to add tags to.
|
TagRoleRequest.Builder |
tags(Collection<Tag> tags)
The list of tags that you want to attach to the role.
|
TagRoleRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The list of tags that you want to attach to the role.
|
TagRoleRequest.Builder |
tags(Tag... tags)
The list of tags that you want to attach to the role.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTagRoleRequest.Builder roleName(String roleName)
The name of the role that you want to add tags to.
This parameter accepts (through its regex pattern) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
roleName - The name of the role that you want to add tags to.
This parameter accepts (through its regex pattern) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
TagRoleRequest.Builder tags(Collection<Tag> tags)
The list of tags that you want to attach to the role. Each tag consists of a key name and an associated value. You can specify this with a JSON string.
tags - The list of tags that you want to attach to the role. Each tag consists of a key name and an
associated value. You can specify this with a JSON string.TagRoleRequest.Builder tags(Tag... tags)
The list of tags that you want to attach to the role. Each tag consists of a key name and an associated value. You can specify this with a JSON string.
tags - The list of tags that you want to attach to the role. Each tag consists of a key name and an
associated value. You can specify this with a JSON string.TagRoleRequest.Builder tags(Consumer<Tag.Builder>... tags)
The list of tags that you want to attach to the role. Each tag consists of a key name and an associated value. You can specify this with a JSON string.
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) TagRoleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTagRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.