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(Consumer<ReplicationTaskAssessmentResult.Builder>... replicationTaskAssessmentResults)
The task assessment report.
|
DescribeReplicationTaskAssessmentResultsResponse.Builder |
replicationTaskAssessmentResults(ReplicationTaskAssessmentResult... replicationTaskAssessmentResults)
The task assessment report.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeReplicationTaskAssessmentResultsResponse.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.DescribeReplicationTaskAssessmentResultsResponse.Builder replicationTaskAssessmentResults(Consumer<ReplicationTaskAssessmentResult.Builder>... replicationTaskAssessmentResults)
The task assessment report.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #replicationTaskAssessmentResults(List) .replicationTaskAssessmentResults - a consumer that will call methods on List.Builder #replicationTaskAssessmentResults(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.