public static interface DescribeDiscoveryJobResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeDiscoveryJobResponse.Builder,DescribeDiscoveryJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDiscoveryJobResponse.Builder |
collectionDurationMinutes(Integer collectionDurationMinutes)
The number of minutes that the discovery job runs.
|
DescribeDiscoveryJobResponse.Builder |
discoveryJobArn(String discoveryJobArn)
The ARN of the discovery job.
|
DescribeDiscoveryJobResponse.Builder |
jobEndTime(Instant jobEndTime)
The time when the discovery job ended.
|
DescribeDiscoveryJobResponse.Builder |
jobStartTime(Instant jobStartTime)
The time when the discovery job started.
|
DescribeDiscoveryJobResponse.Builder |
status(DiscoveryJobStatus status)
Indicates the status of a discovery job.
|
DescribeDiscoveryJobResponse.Builder |
status(String status)
Indicates the status of a discovery job.
|
DescribeDiscoveryJobResponse.Builder |
storageSystemArn(String storageSystemArn)
The ARN of the on-premises storage system you're running the discovery job on.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDiscoveryJobResponse.Builder storageSystemArn(String storageSystemArn)
The ARN of the on-premises storage system you're running the discovery job on.
storageSystemArn - The ARN of the on-premises storage system you're running the discovery job on.DescribeDiscoveryJobResponse.Builder discoveryJobArn(String discoveryJobArn)
The ARN of the discovery job.
discoveryJobArn - The ARN of the discovery job.DescribeDiscoveryJobResponse.Builder collectionDurationMinutes(Integer collectionDurationMinutes)
The number of minutes that the discovery job runs.
collectionDurationMinutes - The number of minutes that the discovery job runs.DescribeDiscoveryJobResponse.Builder status(String status)
Indicates the status of a discovery job. For more information, see Discovery job statuses.
status - Indicates the status of a discovery job. For more information, see Discovery job statuses.DiscoveryJobStatus,
DiscoveryJobStatusDescribeDiscoveryJobResponse.Builder status(DiscoveryJobStatus status)
Indicates the status of a discovery job. For more information, see Discovery job statuses.
status - Indicates the status of a discovery job. For more information, see Discovery job statuses.DiscoveryJobStatus,
DiscoveryJobStatusDescribeDiscoveryJobResponse.Builder jobStartTime(Instant jobStartTime)
The time when the discovery job started.
jobStartTime - The time when the discovery job started.DescribeDiscoveryJobResponse.Builder jobEndTime(Instant jobEndTime)
The time when the discovery job ended.
jobEndTime - The time when the discovery job ended.Copyright © 2023. All rights reserved.