Interface ListTagsForResourceResponse.Builder

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

  • Method Details

    • resourceARN

      ListTagsForResourceResponse.Builder resourceARN(String resourceARN)

      The Amazon Resource Name (ARN) of the resource for which you want to list tags.

      Parameters:
      resourceARN - The Amazon Resource Name (ARN) of the resource for which you want to list tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • marker

      An opaque string that indicates the position at which to stop returning the list of tags.

      Parameters:
      marker - An opaque string that indicates the position at which to stop returning the list of tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      An array that contains the tags for the specified resource.

      Parameters:
      tags - An array that contains the tags for the specified resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      An array that contains the tags for the specified resource.

      Parameters:
      tags - An array that contains the tags for the specified resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      An array that contains the tags for the specified resource.

      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: