Interface ListTagsRequest.Builder

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

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

    • resourceName

      ListTagsRequest.Builder resourceName(String resourceName)

      The name of the DAX resource to which the tags belong.

      Parameters:
      resourceName - The name of the DAX resource to which the tags belong.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListTagsRequest.Builder nextToken(String nextToken)

      An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

      Parameters:
      nextToken - An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.
      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.