Interface GetTagsRequest.Builder

All Superinterfaces:
ApiGatewayRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<GetTagsRequest.Builder,GetTagsRequest>, SdkBuilder<GetTagsRequest.Builder,GetTagsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
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)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder