Interface ListTagsRequest.Builder

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

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

    • resourceArn

      ListTagsRequest.Builder resourceArn(String resourceArn)

      The stack or layer's Amazon Resource Number (ARN).

      Parameters:
      resourceArn - The stack or layer's Amazon Resource Number (ARN).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListTagsRequest.Builder maxResults(Integer maxResults)

      Do not use. A validation exception occurs if you add a MaxResults parameter to a ListTagsRequest call.

      Parameters:
      maxResults - Do not use. A validation exception occurs if you add a MaxResults parameter to a ListTagsRequest call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListTagsRequest.Builder nextToken(String nextToken)

      Do not use. A validation exception occurs if you add a NextToken parameter to a ListTagsRequest call.

      Parameters:
      nextToken - Do not use. A validation exception occurs if you add a NextToken parameter to a ListTagsRequest call.
      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.