public static interface ListRoleTagsResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<ListRoleTagsResponse.Builder,ListRoleTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRoleTagsResponse.Builder |
isTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListRoleTagsResponse.Builder |
marker(String marker)
When
IsTruncated is true, this element is present and contains the value to use for
the Marker parameter in a subsequent pagination request. |
ListRoleTagsResponse.Builder |
tags(Collection<Tag> tags)
The list of tags currently that is attached to the role.
|
ListRoleTagsResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
The list of tags currently that is attached to the role.
|
ListRoleTagsResponse.Builder |
tags(Tag... tags)
The list of tags currently that is attached to the role.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRoleTagsResponse.Builder tags(Collection<Tag> tags)
The list of tags currently that is attached to the role. Each tag consists of a key name and an associated value. If no tags are attached to the specified role, the response contains an empty list.
tags - The list of tags currently that is attached to the role. Each tag consists of a key name and an
associated value. If no tags are attached to the specified role, the response contains an empty list.ListRoleTagsResponse.Builder tags(Tag... tags)
The list of tags currently that is attached to the role. Each tag consists of a key name and an associated value. If no tags are attached to the specified role, the response contains an empty list.
tags - The list of tags currently that is attached to the role. Each tag consists of a key name and an
associated value. If no tags are attached to the specified role, the response contains an empty list.ListRoleTagsResponse.Builder tags(Consumer<Tag.Builder>... tags)
The list of tags currently that is attached to the role. Each tag consists of a key name and an associated value. If no tags are attached to the specified role, the response contains an empty list.
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) ListRoleTagsResponse.Builder isTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return. If your results were truncated, you can use the
Marker request parameter to make a subsequent pagination request that retrieves more items. Note
that IAM might return fewer than the MaxItems number of results even when more results are
available. Check IsTruncated after every call to ensure that you receive all of your results.
isTruncated - A flag that indicates whether there are more items to return. If your results were truncated, you can
use the Marker request parameter to make a subsequent pagination request that retrieves
more items. Note that IAM might return fewer than the MaxItems number of results even
when more results are available. Check IsTruncated after every call to ensure that you
receive all of your results.ListRoleTagsResponse.Builder marker(String marker)
When IsTruncated is true, this element is present and contains the value to use for
the Marker parameter in a subsequent pagination request.
marker - When IsTruncated is true, this element is present and contains the value to
use for the Marker parameter in a subsequent pagination request.Copyright © 2020. All rights reserved.