Interface ListStorageSystemsResponse.Builder

    • Method Detail

      • storageSystems

        ListStorageSystemsResponse.Builder storageSystems​(Collection<StorageSystemListEntry> storageSystems)

        The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.

        Parameters:
        storageSystems - The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageSystems

        ListStorageSystemsResponse.Builder storageSystems​(StorageSystemListEntry... storageSystems)

        The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.

        Parameters:
        storageSystems - The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListStorageSystemsResponse.Builder nextToken​(String nextToken)

        The opaque string that indicates the position to begin the next list of results in the response.

        Parameters:
        nextToken - The opaque string that indicates the position to begin the next list of results in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.