@Generated(value="software.amazon.awssdk:codegen") public final class ReplicationTaskAssessmentRun extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationTaskAssessmentRun.Builder,ReplicationTaskAssessmentRun>
Provides information that describes a premigration assessment run that you have started using the
StartReplicationTaskAssessmentRun operation.
Some of the information appears based on other operations that can return the
ReplicationTaskAssessmentRun object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplicationTaskAssessmentRun.Builder |
| Modifier and Type | Method and Description |
|---|---|
ReplicationTaskAssessmentRunProgress |
assessmentProgress()
Indication of the completion progress for the individual assessments specified to run.
|
String |
assessmentRunName()
Unique name of the assessment run.
|
static ReplicationTaskAssessmentRun.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastFailureMessage()
Last message generated by an individual assessment failure.
|
String |
replicationTaskArn()
ARN of the migration task associated with this premigration assessment run.
|
String |
replicationTaskAssessmentRunArn()
Amazon Resource Name (ARN) of this assessment run.
|
Instant |
replicationTaskAssessmentRunCreationDate()
Date on which the assessment run was created using the
StartReplicationTaskAssessmentRun operation. |
String |
resultEncryptionMode()
Encryption mode used to encrypt the assessment run results.
|
String |
resultKmsKeyArn()
ARN of the KMS encryption key used to encrypt the assessment run results.
|
String |
resultLocationBucket()
Amazon S3 bucket where DMS stores the results of this assessment run.
|
String |
resultLocationFolder()
Folder in an Amazon S3 bucket where DMS stores the results of this assessment run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplicationTaskAssessmentRun.Builder> |
serializableBuilderClass() |
String |
serviceAccessRoleArn()
ARN of the service role used to start the assessment run using the
StartReplicationTaskAssessmentRun
operation. |
String |
status()
Assessment run status.
|
ReplicationTaskAssessmentRun.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String replicationTaskAssessmentRunArn()
Amazon Resource Name (ARN) of this assessment run.
public final String replicationTaskArn()
ARN of the migration task associated with this premigration assessment run.
public final 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.
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.
public final Instant replicationTaskAssessmentRunCreationDate()
Date on which the assessment run was created using the StartReplicationTaskAssessmentRun operation.
StartReplicationTaskAssessmentRun
operation.public final ReplicationTaskAssessmentRunProgress assessmentProgress()
Indication of the completion progress for the individual assessments specified to run.
public final String lastFailureMessage()
Last message generated by an individual assessment failure.
public final 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.
StartReplicationTaskAssessmentRun operation. The role must allow the
iam:PassRole action.public final String resultLocationBucket()
Amazon S3 bucket where DMS stores the results of this assessment run.
public final String resultLocationFolder()
Folder in an Amazon S3 bucket where DMS stores the results of this assessment run.
public final String resultEncryptionMode()
Encryption mode used to encrypt the assessment run results.
public final String resultKmsKeyArn()
ARN of the KMS encryption key used to encrypt the assessment run results.
public final String assessmentRunName()
Unique name of the assessment run.
public ReplicationTaskAssessmentRun.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReplicationTaskAssessmentRun.Builder,ReplicationTaskAssessmentRun>public static ReplicationTaskAssessmentRun.Builder builder()
public static Class<? extends ReplicationTaskAssessmentRun.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.