Interface DescribeDiscoveryJobResponse.Builder

    • Method Detail

      • storageSystemArn

        DescribeDiscoveryJobResponse.Builder storageSystemArn​(String storageSystemArn)

        The ARN of the on-premises storage system you're running the discovery job on.

        Parameters:
        storageSystemArn - The ARN of the on-premises storage system you're running the discovery job on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • discoveryJobArn

        DescribeDiscoveryJobResponse.Builder discoveryJobArn​(String discoveryJobArn)

        The ARN of the discovery job.

        Parameters:
        discoveryJobArn - The ARN of the discovery job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • collectionDurationMinutes

        DescribeDiscoveryJobResponse.Builder collectionDurationMinutes​(Integer collectionDurationMinutes)

        The number of minutes that the discovery job runs.

        Parameters:
        collectionDurationMinutes - The number of minutes that the discovery job runs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobStartTime

        DescribeDiscoveryJobResponse.Builder jobStartTime​(Instant jobStartTime)

        The time when the discovery job started.

        Parameters:
        jobStartTime - The time when the discovery job started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobEndTime

        DescribeDiscoveryJobResponse.Builder jobEndTime​(Instant jobEndTime)

        The time when the discovery job ended.

        Parameters:
        jobEndTime - The time when the discovery job ended.
        Returns:
        Returns a reference to this object so that method calls can be chained together.