Interface ListTagsRequest.Builder

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

public static interface ListTagsRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, CopyableBuilder<ListTagsRequest.Builder,ListTagsRequest>
  • Method Details

    • resourceId

      ListTagsRequest.Builder resourceId(String resourceId)

      The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.

      Parameters:
      resourceId - The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListTagsRequest.Builder nextToken(String nextToken)

      The NextToken value that you received in the previous response. Use this value to get more tags.

      Parameters:
      nextToken - The NextToken value that you received in the previous response. Use this value to get more tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListTagsRequest.Builder maxResults(Integer maxResults)

      The maximum number of tags to return in the response. When there are more tags than the number you specify, the response contains a NextToken value.

      Parameters:
      maxResults - The maximum number of tags to return in the response. When there are more tags than the number you specify, the response contains a NextToken value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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