Interface DescribeAccessPointsRequest.Builder

  • Method Details

    • maxResults

      (Optional) When retrieving all access points for a file system, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response. The default value is 100.

      Parameters:
      maxResults - (Optional) When retrieving all access points for a file system, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response. The default value is 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      NextToken is present if the response is paginated. You can use NextMarker in the subsequent request to fetch the next page of access point descriptions.

      Parameters:
      nextToken - NextToken is present if the response is paginated. You can use NextMarker in the subsequent request to fetch the next page of access point descriptions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessPointId

      DescribeAccessPointsRequest.Builder accessPointId(String accessPointId)

      (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with FileSystemId.

      Parameters:
      accessPointId - (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with FileSystemId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileSystemId

      DescribeAccessPointsRequest.Builder fileSystemId(String fileSystemId)

      (Optional) If you provide a FileSystemId, EFS returns all access points for that file system; mutually exclusive with AccessPointId.

      Parameters:
      fileSystemId - (Optional) If you provide a FileSystemId, EFS returns all access points for that file system; mutually exclusive with AccessPointId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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