Interface DescribeDiscoveryJobResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeDiscoveryJobResponse.Builder,DescribeDiscoveryJobResponse>, DataSyncResponse.Builder, SdkBuilder<DescribeDiscoveryJobResponse.Builder,DescribeDiscoveryJobResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeDiscoveryJobResponse

public static interface DescribeDiscoveryJobResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeDiscoveryJobResponse.Builder,DescribeDiscoveryJobResponse>
  • Method Details

    • 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.
    • status

      Indicates the status of a discovery job. For more information, see Discovery job statuses.

      Parameters:
      status - Indicates the status of a discovery job. For more information, see Discovery job statuses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Indicates the status of a discovery job. For more information, see Discovery job statuses.

      Parameters:
      status - Indicates the status of a discovery job. For more information, see Discovery job statuses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.