public static interface ReplicationTaskAssessmentRun.Builder extends SdkPojo, CopyableBuilder<ReplicationTaskAssessmentRun.Builder,ReplicationTaskAssessmentRun>
| Modifier and Type | Method and Description |
|---|---|
default ReplicationTaskAssessmentRun.Builder |
assessmentProgress(Consumer<ReplicationTaskAssessmentRunProgress.Builder> assessmentProgress)
Indication of the completion progress for the individual assessments specified to run.
|
ReplicationTaskAssessmentRun.Builder |
assessmentProgress(ReplicationTaskAssessmentRunProgress assessmentProgress)
Indication of the completion progress for the individual assessments specified to run.
|
ReplicationTaskAssessmentRun.Builder |
assessmentRunName(String assessmentRunName)
Unique name of the assessment run.
|
ReplicationTaskAssessmentRun.Builder |
lastFailureMessage(String lastFailureMessage)
Last message generated by an individual assessment failure.
|
ReplicationTaskAssessmentRun.Builder |
replicationTaskArn(String replicationTaskArn)
ARN of the migration task associated with this premigration assessment run.
|
ReplicationTaskAssessmentRun.Builder |
replicationTaskAssessmentRunArn(String replicationTaskAssessmentRunArn)
Amazon Resource Name (ARN) of this assessment run.
|
ReplicationTaskAssessmentRun.Builder |
replicationTaskAssessmentRunCreationDate(Instant replicationTaskAssessmentRunCreationDate)
Date on which the assessment run was created using the
StartReplicationTaskAssessmentRun
operation. |
ReplicationTaskAssessmentRun.Builder |
resultEncryptionMode(String resultEncryptionMode)
Encryption mode used to encrypt the assessment run results.
|
ReplicationTaskAssessmentRun.Builder |
resultKmsKeyArn(String resultKmsKeyArn)
ARN of the KMS encryption key used to encrypt the assessment run results.
|
ReplicationTaskAssessmentRun.Builder |
resultLocationBucket(String resultLocationBucket)
Amazon S3 bucket where DMS stores the results of this assessment run.
|
ReplicationTaskAssessmentRun.Builder |
resultLocationFolder(String resultLocationFolder)
Folder in an Amazon S3 bucket where DMS stores the results of this assessment run.
|
ReplicationTaskAssessmentRun.Builder |
serviceAccessRoleArn(String serviceAccessRoleArn)
ARN of the service role used to start the assessment run using the
StartReplicationTaskAssessmentRun operation. |
ReplicationTaskAssessmentRun.Builder |
status(String status)
Assessment run status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicationTaskAssessmentRun.Builder replicationTaskAssessmentRunArn(String replicationTaskAssessmentRunArn)
Amazon Resource Name (ARN) of this assessment run.
replicationTaskAssessmentRunArn - Amazon Resource Name (ARN) of this assessment run.ReplicationTaskAssessmentRun.Builder replicationTaskArn(String replicationTaskArn)
ARN of the migration task associated with this premigration assessment run.
replicationTaskArn - ARN of the migration task associated with this premigration assessment run.ReplicationTaskAssessmentRun.Builder status(String status)
Assessment run status.
This status can have one of the following values:
"cancelling" – The assessment run was canceled by the
CancelReplicationTaskAssessmentRun operation.
"deleting" – The assessment run was deleted by the
DeleteReplicationTaskAssessmentRun operation.
"failed" – At least one individual assessment completed with a failed status.
"error-provisioning" – An internal error occurred while resources were provisioned (during
provisioning status).
"error-executing" – An internal error occurred while individual assessments ran (during
running status).
"invalid state" – The assessment run is in an unknown state.
"passed" – All individual assessments have completed, and none has a failed status.
"provisioning" – Resources required to run individual assessments are being provisioned.
"running" – Individual assessments are being run.
"starting" – The assessment run is starting, but resources are not yet being provisioned for
individual assessments.
status - Assessment run status.
This status can have one of the following values:
"cancelling" – The assessment run was canceled by the
CancelReplicationTaskAssessmentRun operation.
"deleting" – The assessment run was deleted by the
DeleteReplicationTaskAssessmentRun operation.
"failed" – At least one individual assessment completed with a failed
status.
"error-provisioning" – An internal error occurred while resources were provisioned
(during provisioning status).
"error-executing" – An internal error occurred while individual assessments ran (during
running status).
"invalid state" – The assessment run is in an unknown state.
"passed" – All individual assessments have completed, and none has a failed
status.
"provisioning" – Resources required to run individual assessments are being provisioned.
"running" – Individual assessments are being run.
"starting" – The assessment run is starting, but resources are not yet being provisioned
for individual assessments.
ReplicationTaskAssessmentRun.Builder replicationTaskAssessmentRunCreationDate(Instant replicationTaskAssessmentRunCreationDate)
Date on which the assessment run was created using the StartReplicationTaskAssessmentRun
operation.
replicationTaskAssessmentRunCreationDate - Date on which the assessment run was created using the StartReplicationTaskAssessmentRun
operation.ReplicationTaskAssessmentRun.Builder assessmentProgress(ReplicationTaskAssessmentRunProgress assessmentProgress)
Indication of the completion progress for the individual assessments specified to run.
assessmentProgress - Indication of the completion progress for the individual assessments specified to run.default ReplicationTaskAssessmentRun.Builder assessmentProgress(Consumer<ReplicationTaskAssessmentRunProgress.Builder> assessmentProgress)
Indication of the completion progress for the individual assessments specified to run.
This is a convenience method that creates an instance of theReplicationTaskAssessmentRunProgress.Builder avoiding the need to create one manually via
ReplicationTaskAssessmentRunProgress.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to assessmentProgress(ReplicationTaskAssessmentRunProgress).
assessmentProgress - a consumer that will call methods on ReplicationTaskAssessmentRunProgress.BuilderassessmentProgress(ReplicationTaskAssessmentRunProgress)ReplicationTaskAssessmentRun.Builder lastFailureMessage(String lastFailureMessage)
Last message generated by an individual assessment failure.
lastFailureMessage - Last message generated by an individual assessment failure.ReplicationTaskAssessmentRun.Builder serviceAccessRoleArn(String serviceAccessRoleArn)
ARN of the service role used to start the assessment run using the
StartReplicationTaskAssessmentRun operation. The role must allow the iam:PassRole
action.
serviceAccessRoleArn - ARN of the service role used to start the assessment run using the
StartReplicationTaskAssessmentRun operation. The role must allow the
iam:PassRole action.ReplicationTaskAssessmentRun.Builder resultLocationBucket(String resultLocationBucket)
Amazon S3 bucket where DMS stores the results of this assessment run.
resultLocationBucket - Amazon S3 bucket where DMS stores the results of this assessment run.ReplicationTaskAssessmentRun.Builder resultLocationFolder(String resultLocationFolder)
Folder in an Amazon S3 bucket where DMS stores the results of this assessment run.
resultLocationFolder - Folder in an Amazon S3 bucket where DMS stores the results of this assessment run.ReplicationTaskAssessmentRun.Builder resultEncryptionMode(String resultEncryptionMode)
Encryption mode used to encrypt the assessment run results.
resultEncryptionMode - Encryption mode used to encrypt the assessment run results.ReplicationTaskAssessmentRun.Builder resultKmsKeyArn(String resultKmsKeyArn)
ARN of the KMS encryption key used to encrypt the assessment run results.
resultKmsKeyArn - ARN of the KMS encryption key used to encrypt the assessment run results.ReplicationTaskAssessmentRun.Builder assessmentRunName(String assessmentRunName)
Unique name of the assessment run.
assessmentRunName - Unique name of the assessment run.Copyright © 2023. All rights reserved.