Interface ListFileSharesResponse.Builder

    • Method Detail

      • marker

        ListFileSharesResponse.Builder marker​(String marker)

        If the request includes Marker, the response returns that value in this field.

        Parameters:
        marker - If the request includes Marker, the response returns that value in this field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        ListFileSharesResponse.Builder nextMarker​(String nextMarker)

        If a value is present, there are more file shares to return. In a subsequent request, use NextMarker as the value for Marker to retrieve the next set of file shares.

        Parameters:
        nextMarker - If a value is present, there are more file shares to return. In a subsequent request, use NextMarker as the value for Marker to retrieve the next set of file shares.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileShareInfoList

        ListFileSharesResponse.Builder fileShareInfoList​(Collection<FileShareInfo> fileShareInfoList)

        An array of information about the S3 File Gateway's file shares.

        Parameters:
        fileShareInfoList - An array of information about the S3 File Gateway's file shares.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileShareInfoList

        ListFileSharesResponse.Builder fileShareInfoList​(FileShareInfo... fileShareInfoList)

        An array of information about the S3 File Gateway's file shares.

        Parameters:
        fileShareInfoList - An array of information about the S3 File Gateway's file shares.
        Returns:
        Returns a reference to this object so that method calls can be chained together.