Interface ListTagsForResourceRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>, SdkBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>, SdkPojo, SdkRequest.Builder, TransferRequest.Builder
Enclosing class:
ListTagsForResourceRequest

public static interface ListTagsForResourceRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
  • Method Details

    • arn

      Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.

      Parameters:
      arn - Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      Specifies the number of tags to return as a response to the ListTagsForResource request.

      Parameters:
      maxResults - Specifies the number of tags to return as a response to the ListTagsForResource request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      When you request additional results from the ListTagsForResource operation, a NextToken parameter is returned in the input. You can then pass in a subsequent command to the NextToken parameter to continue listing additional tags.

      Parameters:
      nextToken - When you request additional results from the ListTagsForResource operation, a NextToken parameter is returned in the input. You can then pass in a subsequent command to the NextToken parameter to continue listing additional tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.