Interface DescribeAccessPointsRequest.Builder

    • Method Detail

      • maxResults

        DescribeAccessPointsRequest.Builder maxResults​(Integer 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

        DescribeAccessPointsRequest.Builder nextToken​(String 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.