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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDiscoveryJobResponse.BuildercollectionDurationMinutes(Integer collectionDurationMinutes)The number of minutes that the discovery job runs.DescribeDiscoveryJobResponse.BuilderdiscoveryJobArn(String discoveryJobArn)The ARN of the discovery job.DescribeDiscoveryJobResponse.BuilderjobEndTime(Instant jobEndTime)The time when the discovery job ended.DescribeDiscoveryJobResponse.BuilderjobStartTime(Instant jobStartTime)The time when the discovery job started.DescribeDiscoveryJobResponse.Builderstatus(String status)Indicates the status of a discovery job.DescribeDiscoveryJobResponse.Builderstatus(DiscoveryJobStatus status)Indicates the status of a discovery job.DescribeDiscoveryJobResponse.BuilderstorageSystemArn(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 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.
-
status
DescribeDiscoveryJobResponse.Builder status(String 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:
DiscoveryJobStatus,DiscoveryJobStatus
-
status
DescribeDiscoveryJobResponse.Builder status(DiscoveryJobStatus 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:
DiscoveryJobStatus,DiscoveryJobStatus
-
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.
-
-