public static interface DescribeReplicationTaskAssessmentResultsResponse.Builder extends DatabaseMigrationResponse.Builder, CopyableBuilder<DescribeReplicationTaskAssessmentResultsResponse.Builder,DescribeReplicationTaskAssessmentResultsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeReplicationTaskAssessmentResultsResponse.Builder |
bucketName(String bucketName)
- The Amazon S3 bucket where the task assessment report is located.
|
DescribeReplicationTaskAssessmentResultsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
DescribeReplicationTaskAssessmentResultsResponse.Builder |
replicationTaskAssessmentResults(Collection<ReplicationTaskAssessmentResult> replicationTaskAssessmentResults)
The task assessment report.
|
DescribeReplicationTaskAssessmentResultsResponse.Builder |
replicationTaskAssessmentResults(ReplicationTaskAssessmentResult... replicationTaskAssessmentResults)
The task assessment report.
|
build
copy
apply, build
DescribeReplicationTaskAssessmentResultsResponse.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.DescribeReplicationTaskAssessmentResultsResponse.Builder bucketName(String bucketName)
- The Amazon S3 bucket where the task assessment report is located.
bucketName
- - The Amazon S3 bucket where the task assessment report is located.DescribeReplicationTaskAssessmentResultsResponse.Builder replicationTaskAssessmentResults(Collection<ReplicationTaskAssessmentResult> replicationTaskAssessmentResults)
The task assessment report.
replicationTaskAssessmentResults
- The task assessment report.DescribeReplicationTaskAssessmentResultsResponse.Builder replicationTaskAssessmentResults(ReplicationTaskAssessmentResult... replicationTaskAssessmentResults)
The task assessment report.
replicationTaskAssessmentResults
- The task assessment report.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.