public static interface DescribeReplicationTaskAssessmentResultsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theReplicationTaskAssessmentResult.Builder
avoiding the need to create one manually via
ReplicationTaskAssessmentResult.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #replicationTaskAssessmentResults(List.
replicationTaskAssessmentResults - a consumer that will call methods on
ReplicationTaskAssessmentResult.Builder#replicationTaskAssessmentResults(java.util.Collection) Copyright © 2023. All rights reserved.