Interface DescribeFileCachesResponse.Builder

    • Method Detail

      • fileCaches

        DescribeFileCachesResponse.Builder fileCaches​(Collection<FileCache> fileCaches)

        The response object for the DescribeFileCaches operation.

        Parameters:
        fileCaches - The response object for the DescribeFileCaches operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileCaches

        DescribeFileCachesResponse.Builder fileCaches​(FileCache... fileCaches)

        The response object for the DescribeFileCaches operation.

        Parameters:
        fileCaches - The response object for the DescribeFileCaches operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeFileCachesResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.