Interface ListDiscoveryJobsRequest.Builder

    • Method Detail

      • storageSystemArn

        ListDiscoveryJobsRequest.Builder storageSystemArn​(String storageSystemArn)

        Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.

        Parameters:
        storageSystemArn - Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListDiscoveryJobsRequest.Builder maxResults​(Integer maxResults)

        Specifies how many results you want in the response.

        Parameters:
        maxResults - Specifies how many results you want in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDiscoveryJobsRequest.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken - Specifies an 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.