Interface ListFileSystemAssociationsResponse.Builder

    • Method Detail

      • marker

        ListFileSystemAssociationsResponse.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

        ListFileSystemAssociationsResponse.Builder nextMarker​(String nextMarker)

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

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

        ListFileSystemAssociationsResponse.Builder fileSystemAssociationSummaryList​(Collection<FileSystemAssociationSummary> fileSystemAssociationSummaryList)

        An array of information about the Amazon FSx gateway's file system associations.

        Parameters:
        fileSystemAssociationSummaryList - An array of information about the Amazon FSx gateway's file system associations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileSystemAssociationSummaryList

        ListFileSystemAssociationsResponse.Builder fileSystemAssociationSummaryList​(FileSystemAssociationSummary... fileSystemAssociationSummaryList)

        An array of information about the Amazon FSx gateway's file system associations.

        Parameters:
        fileSystemAssociationSummaryList - An array of information about the Amazon FSx gateway's file system associations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.