public static interface StartReplicationTaskAssessmentRunRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<StartReplicationTaskAssessmentRunRequest.Builder,StartReplicationTaskAssessmentRunRequest>
| Modifier and Type | Method and Description |
|---|---|
StartReplicationTaskAssessmentRunRequest.Builder |
assessmentRunName(String assessmentRunName)
Unique name to identify the assessment run.
|
StartReplicationTaskAssessmentRunRequest.Builder |
exclude(Collection<String> exclude)
Space-separated list of names for specific individual assessments that you want to exclude.
|
StartReplicationTaskAssessmentRunRequest.Builder |
exclude(String... exclude)
Space-separated list of names for specific individual assessments that you want to exclude.
|
StartReplicationTaskAssessmentRunRequest.Builder |
includeOnly(Collection<String> includeOnly)
Space-separated list of names for specific individual assessments that you want to include.
|
StartReplicationTaskAssessmentRunRequest.Builder |
includeOnly(String... includeOnly)
Space-separated list of names for specific individual assessments that you want to include.
|
StartReplicationTaskAssessmentRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartReplicationTaskAssessmentRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartReplicationTaskAssessmentRunRequest.Builder |
replicationTaskArn(String replicationTaskArn)
Amazon Resource Name (ARN) of the migration task associated with the premigration assessment run that you
want to start.
|
StartReplicationTaskAssessmentRunRequest.Builder |
resultEncryptionMode(String resultEncryptionMode)
Encryption mode that you can specify to encrypt the results of this assessment run.
|
StartReplicationTaskAssessmentRunRequest.Builder |
resultKmsKeyArn(String resultKmsKeyArn)
ARN of a custom KMS encryption key that you specify when you set
ResultEncryptionMode to
"SSE_KMS". |
StartReplicationTaskAssessmentRunRequest.Builder |
resultLocationBucket(String resultLocationBucket)
Amazon S3 bucket where you want DMS to store the results of this assessment run.
|
StartReplicationTaskAssessmentRunRequest.Builder |
resultLocationFolder(String resultLocationFolder)
Folder within an Amazon S3 bucket where you want DMS to store the results of this assessment run.
|
StartReplicationTaskAssessmentRunRequest.Builder |
serviceAccessRoleArn(String serviceAccessRoleArn)
ARN of the service role needed to start the assessment run.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartReplicationTaskAssessmentRunRequest.Builder replicationTaskArn(String replicationTaskArn)
Amazon Resource Name (ARN) of the migration task associated with the premigration assessment run that you want to start.
replicationTaskArn - Amazon Resource Name (ARN) of the migration task associated with the premigration assessment run that
you want to start.StartReplicationTaskAssessmentRunRequest.Builder serviceAccessRoleArn(String serviceAccessRoleArn)
ARN of the service role needed to start the assessment run. The role must allow the iam:PassRole
action.
serviceAccessRoleArn - ARN of the service role needed to start the assessment run. The role must allow the
iam:PassRole action.StartReplicationTaskAssessmentRunRequest.Builder resultLocationBucket(String resultLocationBucket)
Amazon S3 bucket where you want DMS to store the results of this assessment run.
resultLocationBucket - Amazon S3 bucket where you want DMS to store the results of this assessment run.StartReplicationTaskAssessmentRunRequest.Builder resultLocationFolder(String resultLocationFolder)
Folder within an Amazon S3 bucket where you want DMS to store the results of this assessment run.
resultLocationFolder - Folder within an Amazon S3 bucket where you want DMS to store the results of this assessment run.StartReplicationTaskAssessmentRunRequest.Builder resultEncryptionMode(String resultEncryptionMode)
Encryption mode that you can specify to encrypt the results of this assessment run. If you don't specify this request parameter, DMS stores the assessment run results without encryption. You can specify one of the options following:
"SSE_S3" – The server-side encryption provided as a default by Amazon S3.
"SSE_KMS" – Key Management Service (KMS) encryption. This encryption can use either a custom KMS
encryption key that you specify or the default KMS encryption key that DMS provides.
resultEncryptionMode - Encryption mode that you can specify to encrypt the results of this assessment run. If you don't
specify this request parameter, DMS stores the assessment run results without encryption. You can
specify one of the options following:
"SSE_S3" – The server-side encryption provided as a default by Amazon S3.
"SSE_KMS" – Key Management Service (KMS) encryption. This encryption can use either a
custom KMS encryption key that you specify or the default KMS encryption key that DMS provides.
StartReplicationTaskAssessmentRunRequest.Builder resultKmsKeyArn(String resultKmsKeyArn)
ARN of a custom KMS encryption key that you specify when you set ResultEncryptionMode to
"SSE_KMS".
resultKmsKeyArn - ARN of a custom KMS encryption key that you specify when you set ResultEncryptionMode to
"SSE_KMS".StartReplicationTaskAssessmentRunRequest.Builder assessmentRunName(String assessmentRunName)
Unique name to identify the assessment run.
assessmentRunName - Unique name to identify the assessment run.StartReplicationTaskAssessmentRunRequest.Builder includeOnly(Collection<String> includeOnly)
Space-separated list of names for specific individual assessments that you want to include. These names come
from the default list of individual assessments that DMS supports for the associated migration task. This
task is specified by ReplicationTaskArn.
You can't set a value for IncludeOnly if you also set a value for Exclude in the
API operation.
To identify the names of the default individual assessments that DMS supports for the associated migration
task, run the DescribeApplicableIndividualAssessments operation using its own
ReplicationTaskArn request parameter.
includeOnly - Space-separated list of names for specific individual assessments that you want to include. These
names come from the default list of individual assessments that DMS supports for the associated
migration task. This task is specified by ReplicationTaskArn.
You can't set a value for IncludeOnly if you also set a value for Exclude in
the API operation.
To identify the names of the default individual assessments that DMS supports for the associated
migration task, run the DescribeApplicableIndividualAssessments operation using its own
ReplicationTaskArn request parameter.
StartReplicationTaskAssessmentRunRequest.Builder includeOnly(String... includeOnly)
Space-separated list of names for specific individual assessments that you want to include. These names come
from the default list of individual assessments that DMS supports for the associated migration task. This
task is specified by ReplicationTaskArn.
You can't set a value for IncludeOnly if you also set a value for Exclude in the
API operation.
To identify the names of the default individual assessments that DMS supports for the associated migration
task, run the DescribeApplicableIndividualAssessments operation using its own
ReplicationTaskArn request parameter.
includeOnly - Space-separated list of names for specific individual assessments that you want to include. These
names come from the default list of individual assessments that DMS supports for the associated
migration task. This task is specified by ReplicationTaskArn.
You can't set a value for IncludeOnly if you also set a value for Exclude in
the API operation.
To identify the names of the default individual assessments that DMS supports for the associated
migration task, run the DescribeApplicableIndividualAssessments operation using its own
ReplicationTaskArn request parameter.
StartReplicationTaskAssessmentRunRequest.Builder exclude(Collection<String> exclude)
Space-separated list of names for specific individual assessments that you want to exclude. These names come
from the default list of individual assessments that DMS supports for the associated migration task. This
task is specified by ReplicationTaskArn.
You can't set a value for Exclude if you also set a value for IncludeOnly in the
API operation.
To identify the names of the default individual assessments that DMS supports for the associated migration
task, run the DescribeApplicableIndividualAssessments operation using its own
ReplicationTaskArn request parameter.
exclude - Space-separated list of names for specific individual assessments that you want to exclude. These
names come from the default list of individual assessments that DMS supports for the associated
migration task. This task is specified by ReplicationTaskArn.
You can't set a value for Exclude if you also set a value for IncludeOnly in
the API operation.
To identify the names of the default individual assessments that DMS supports for the associated
migration task, run the DescribeApplicableIndividualAssessments operation using its own
ReplicationTaskArn request parameter.
StartReplicationTaskAssessmentRunRequest.Builder exclude(String... exclude)
Space-separated list of names for specific individual assessments that you want to exclude. These names come
from the default list of individual assessments that DMS supports for the associated migration task. This
task is specified by ReplicationTaskArn.
You can't set a value for Exclude if you also set a value for IncludeOnly in the
API operation.
To identify the names of the default individual assessments that DMS supports for the associated migration
task, run the DescribeApplicableIndividualAssessments operation using its own
ReplicationTaskArn request parameter.
exclude - Space-separated list of names for specific individual assessments that you want to exclude. These
names come from the default list of individual assessments that DMS supports for the associated
migration task. This task is specified by ReplicationTaskArn.
You can't set a value for Exclude if you also set a value for IncludeOnly in
the API operation.
To identify the names of the default individual assessments that DMS supports for the associated
migration task, run the DescribeApplicableIndividualAssessments operation using its own
ReplicationTaskArn request parameter.
StartReplicationTaskAssessmentRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartReplicationTaskAssessmentRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.