public static interface ReplicationTaskAssessmentResult.Builder extends CopyableBuilder<ReplicationTaskAssessmentResult.Builder,ReplicationTaskAssessmentResult>
Modifier and Type | Method and Description |
---|---|
ReplicationTaskAssessmentResult.Builder |
assessmentResults(String assessmentResults)
The task assessment results in JSON format.
|
ReplicationTaskAssessmentResult.Builder |
assessmentResultsFile(String assessmentResultsFile)
The file containing the results of the task assessment.
|
ReplicationTaskAssessmentResult.Builder |
assessmentStatus(String assessmentStatus)
The status of the task assessment.
|
ReplicationTaskAssessmentResult.Builder |
replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
ReplicationTaskAssessmentResult.Builder |
replicationTaskIdentifier(String replicationTaskIdentifier)
The replication task identifier of the task on which the task assessment was run.
|
ReplicationTaskAssessmentResult.Builder |
replicationTaskLastAssessmentDate(Instant replicationTaskLastAssessmentDate)
The date the task assessment was completed.
|
ReplicationTaskAssessmentResult.Builder |
s3ObjectUrl(String s3ObjectUrl)
The URL of the S3 object containing the task assessment results.
|
copy
applyMutation, build
ReplicationTaskAssessmentResult.Builder replicationTaskIdentifier(String replicationTaskIdentifier)
The replication task identifier of the task on which the task assessment was run.
replicationTaskIdentifier
- The replication task identifier of the task on which the task assessment was run.ReplicationTaskAssessmentResult.Builder replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn
- The Amazon Resource Name (ARN) of the replication task.ReplicationTaskAssessmentResult.Builder replicationTaskLastAssessmentDate(Instant replicationTaskLastAssessmentDate)
The date the task assessment was completed.
replicationTaskLastAssessmentDate
- The date the task assessment was completed.ReplicationTaskAssessmentResult.Builder assessmentStatus(String assessmentStatus)
The status of the task assessment.
assessmentStatus
- The status of the task assessment.ReplicationTaskAssessmentResult.Builder assessmentResultsFile(String assessmentResultsFile)
The file containing the results of the task assessment.
assessmentResultsFile
- The file containing the results of the task assessment.ReplicationTaskAssessmentResult.Builder assessmentResults(String assessmentResults)
The task assessment results in JSON format.
assessmentResults
- The task assessment results in JSON format.ReplicationTaskAssessmentResult.Builder s3ObjectUrl(String s3ObjectUrl)
The URL of the S3 object containing the task assessment results.
s3ObjectUrl
- The URL of the S3 object containing the task assessment results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.