Interface GetTagsRequest.Builder

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

public static interface GetTagsRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetTagsRequest.Builder,GetTagsRequest>
  • Method Details

    • resourceArn

      GetTagsRequest.Builder resourceArn(String resourceArn)

      The ARN of a resource that can be tagged.

      Parameters:
      resourceArn - The ARN of a resource that can be tagged.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • position

      GetTagsRequest.Builder position(String position)

      (Not currently supported) The current pagination position in the paged result set.

      Parameters:
      position - (Not currently supported) The current pagination position in the paged result set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • limit

      (Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

      Parameters:
      limit - (Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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