public static interface ListResourceTagsResponse.Builder extends KmsResponse.Builder, SdkPojo, CopyableBuilder<ListResourceTagsResponse.Builder,ListResourceTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResourceTagsResponse.Builder |
nextMarker(String nextMarker)
When
Truncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent request. |
ListResourceTagsResponse.Builder |
tags(Collection<Tag> tags)
A list of tags.
|
ListResourceTagsResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags.
|
ListResourceTagsResponse.Builder |
tags(Tag... tags)
A list of tags.
|
ListResourceTagsResponse.Builder |
truncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourceTagsResponse.Builder tags(Collection<Tag> tags)
A list of tags. Each tag consists of a tag key and a tag value.
Tagging or untagging a KMS key can allow or deny permission to the KMS key. For details, see ABAC for KMS in the Key Management Service Developer Guide.
tags - A list of tags. Each tag consists of a tag key and a tag value. Tagging or untagging a KMS key can allow or deny permission to the KMS key. For details, see ABAC for KMS in the Key Management Service Developer Guide.
ListResourceTagsResponse.Builder tags(Tag... tags)
A list of tags. Each tag consists of a tag key and a tag value.
Tagging or untagging a KMS key can allow or deny permission to the KMS key. For details, see ABAC for KMS in the Key Management Service Developer Guide.
tags - A list of tags. Each tag consists of a tag key and a tag value. Tagging or untagging a KMS key can allow or deny permission to the KMS key. For details, see ABAC for KMS in the Key Management Service Developer Guide.
ListResourceTagsResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags. Each tag consists of a tag key and a tag value.
Tagging or untagging a KMS key can allow or deny permission to the KMS key. For details, see ABAC for KMS in the Key Management Service Developer Guide.
Tag.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) ListResourceTagsResponse.Builder nextMarker(String nextMarker)
When Truncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent request.
Do not assume or infer any information from this value.
nextMarker - When Truncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent request.
Do not assume or infer any information from this value.
ListResourceTagsResponse.Builder truncated(Boolean truncated)
A flag that indicates whether there are more items in the list. When this value is true, the list in this
response is truncated. To get more items, pass the value of the NextMarker element in
thisresponse to the Marker parameter in a subsequent request.
truncated - A flag that indicates whether there are more items in the list. When this value is true, the list in
this response is truncated. To get more items, pass the value of the NextMarker element
in thisresponse to the Marker parameter in a subsequent request.Copyright © 2023. All rights reserved.