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 Summary
Modifier and TypeMethodDescriptioncollectionDurationMinutes
(Integer collectionDurationMinutes) The number of minutes that the discovery job runs.discoveryJobArn
(String discoveryJobArn) The ARN of the discovery job.jobEndTime
(Instant jobEndTime) The time when the discovery job ended.jobStartTime
(Instant jobStartTime) The time when the discovery job started.Indicates the status of a discovery job.status
(DiscoveryJobStatus status) Indicates the status of a discovery job.storageSystemArn
(String storageSystemArn) The ARN of the on-premises storage system you're running the discovery job on.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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
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.
-