Interface DescribeFileSystemAliasesRequest.Builder

    • Method Detail

      • clientRequestToken

        DescribeFileSystemAliasesRequest.Builder clientRequestToken​(String clientRequestToken)
        Sets the value of the ClientRequestToken property for this object.
        Parameters:
        clientRequestToken - The new value for the ClientRequestToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileSystemId

        DescribeFileSystemAliasesRequest.Builder fileSystemId​(String fileSystemId)

        The ID of the file system to return the associated DNS aliases for (String).

        Parameters:
        fileSystemId - The ID of the file system to return the associated DNS aliases for (String).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeFileSystemAliasesRequest.Builder maxResults​(Integer maxResults)

        Maximum number of DNS aliases to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.

        Parameters:
        maxResults - Maximum number of DNS aliases to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeFileSystemAliasesRequest.Builder nextToken​(String nextToken)

        Opaque pagination token returned from a previous DescribeFileSystemAliases operation (String). If a token is included in the request, the action continues the list from where the previous returning call left off.

        Parameters:
        nextToken - Opaque pagination token returned from a previous DescribeFileSystemAliases operation (String). If a token is included in the request, the action continues the list from where the previous returning call left off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.