Interface ListMountTargetsRequest.Builder

  • Method Details

    • fileSystemId

      ListMountTargetsRequest.Builder fileSystemId(String fileSystemId)

      Optional filter to list only mount targets associated with the specified S3 File System ID or Amazon Resource Name (ARN). If provided, only mount targets for this file system will be returned in the response.

      Parameters:
      fileSystemId - Optional filter to list only mount targets associated with the specified S3 File System ID or Amazon Resource Name (ARN). If provided, only mount targets for this file system will be returned in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessPointId

      ListMountTargetsRequest.Builder accessPointId(String accessPointId)

      Optional filter to list only mount targets associated with the specified access point ID or Amazon Resource Name (ARN).

      Parameters:
      accessPointId - Optional filter to list only mount targets associated with the specified access point ID or Amazon Resource Name (ARN).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListMountTargetsRequest.Builder maxResults(Integer maxResults)

      The maximum number of mount targets to return in a single response.

      Parameters:
      maxResults - The maximum number of mount targets to return in a single response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A pagination token returned from a previous call to continue listing mount targets.

      Parameters:
      nextToken - A pagination token returned from a previous call to continue listing mount targets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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