Interface ListResourceTagsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListResourceTagsResponse.Builder,ListResourceTagsResponse>, KmsResponse.Builder, SdkBuilder<ListResourceTagsResponse.Builder,ListResourceTagsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListResourceTagsResponse

public static interface ListResourceTagsResponse.Builder extends KmsResponse.Builder, SdkPojo, CopyableBuilder<ListResourceTagsResponse.Builder,ListResourceTagsResponse>
  • Method Details

    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      This is a convenience method that creates an instance of the 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<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextMarker

      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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 this response to the Marker parameter in a subsequent request.

      Parameters:
      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 this response to the Marker parameter in a subsequent request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.