Interface DescribeReplicationConfigurationsRequest.Builder

    • Method Detail

      • fileSystemId

        DescribeReplicationConfigurationsRequest.Builder fileSystemId​(String fileSystemId)

        You can retrieve the replication configuration for a specific file system by providing its file system ID. For cross-account,cross-region replication, an account can only describe the replication configuration for a file system in its own Region.

        Parameters:
        fileSystemId - You can retrieve the replication configuration for a specific file system by providing its file system ID. For cross-account,cross-region replication, an account can only describe the replication configuration for a file system in its own Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeReplicationConfigurationsRequest.Builder nextToken​(String nextToken)

        NextToken is present if the response is paginated. You can use NextToken in a subsequent request to fetch the next page of output.

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

        DescribeReplicationConfigurationsRequest.Builder maxResults​(Integer maxResults)

        (Optional) To limit the number of objects returned in a response, you can specify the MaxItems parameter. The default value is 100.

        Parameters:
        maxResults - (Optional) To limit the number of objects returned in a response, you can specify the MaxItems parameter. The default value is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.