Interface DescribeTagsRequest.Builder

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

public static interface DescribeTagsRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>
  • Method Details

    • maxItems

      (Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.

      Parameters:
      maxItems - (Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • marker

      (Optional) An opaque pagination token returned from a previous DescribeTags operation (String). If present, it specifies to continue the list from where the previous call left off.

      Parameters:
      marker - (Optional) An opaque pagination token returned from a previous DescribeTags operation (String). If present, it specifies to continue the list from where the previous call left off.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileSystemId

      DescribeTagsRequest.Builder fileSystemId(String fileSystemId)

      The ID of the file system whose tag set you want to retrieve.

      Parameters:
      fileSystemId - The ID of the file system whose tag set you want to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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