public static interface StartAssessmentRequest.Builder extends MigrationHubStrategyRequest.Builder, SdkPojo, CopyableBuilder<StartAssessmentRequest.Builder,StartAssessmentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartAssessmentRequest.Builder assessmentTargets(Collection<AssessmentTarget> assessmentTargets)
List of criteria for assessment.
assessmentTargets - List of criteria for assessment.StartAssessmentRequest.Builder assessmentTargets(AssessmentTarget... assessmentTargets)
List of criteria for assessment.
assessmentTargets - List of criteria for assessment.StartAssessmentRequest.Builder assessmentTargets(Consumer<AssessmentTarget.Builder>... assessmentTargets)
List of criteria for assessment.
This is a convenience method that creates an instance of theAssessmentTarget.Builder avoiding the need
to create one manually via
AssessmentTarget.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #assessmentTargets(List.
assessmentTargets - a consumer that will call methods on
AssessmentTarget.Builder#assessmentTargets(java.util.Collection) StartAssessmentRequest.Builder s3bucketForAnalysisData(String s3bucketForAnalysisData)
The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with
migrationhub-strategy-.
s3bucketForAnalysisData - The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin
with migrationhub-strategy-.StartAssessmentRequest.Builder s3bucketForReportData(String s3bucketForReportData)
The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with
migrationhub-strategy-.
s3bucketForReportData - The S3 bucket where all the reports generated by the service are stored. The bucket name must begin
with migrationhub-strategy-.StartAssessmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartAssessmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.