Interface ListTagsForResourceRequest.Builder

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

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

    • resourceId

      Specifies the EFS resource you want to retrieve tags for. You can retrieve tags for EFS file systems and access points using this API endpoint.

      Parameters:
      resourceId - Specifies the EFS resource you want to retrieve tags for. You can retrieve tags for EFS file systems and access points using this API endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      (Optional) Specifies the maximum number of tag objects to return in the response. The default value is 100.

      Parameters:
      maxResults - (Optional) Specifies the maximum number of tag objects to return in the response. The default value is 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      (Optional) You can use NextToken in a subsequent request to fetch the next page of access point descriptions if the response payload was paginated.

      Parameters:
      nextToken - (Optional) You can use NextToken in a subsequent request to fetch the next page of access point descriptions if the response payload was paginated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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