Class PremigrationAssessmentStatus
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<PremigrationAssessmentStatus.Builder,
PremigrationAssessmentStatus>
The results returned in describe-replications
to display the results of the premigration assessment from
the replication configuration.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the AssessmentProgress property for this object.builder()
final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final Boolean
A configurable setting you can set totrue
(the defualt setting) orfalse
.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
The last message generated by an individual assessment failure.final String
The Amazon Resource Name (ARN) of this assessment run.final Instant
The date which the assessment run was created.final String
The supported values areSSE_KMS
andSSE_S3
.final String
The ARN of a custom KMS encryption key that you specify when you setResultEncryptionMode
toSSE_KMS
.final String
The Amazon S3 bucket that Database Migration Service Serverless created to store the results of this assessment run.final String
The folder within an Amazon S3 bucket where you want Database Migration Service to store the results of this assessment run.Returns the value of the ResultStatistic property for this object.static Class
<? extends PremigrationAssessmentStatus.Builder> final String
status()
This describes the assessment run status.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
premigrationAssessmentRunArn
The Amazon Resource Name (ARN) of this assessment run.
- Returns:
- The Amazon Resource Name (ARN) of this assessment run.
-
failOnAssessmentFailure
A configurable setting you can set to
true
(the defualt setting) orfalse
. Use this setting to to stop the replication from starting automatically if the assessment fails. This can help you evaluate the issue that is preventing the replication from running successfully.- Returns:
- A configurable setting you can set to
true
(the defualt setting) orfalse
. Use this setting to to stop the replication from starting automatically if the assessment fails. This can help you evaluate the issue that is preventing the replication from running successfully.
-
status
This describes the assessment run status. The status can be one of the following values:
-
cancelling
: The assessment run was canceled. -
deleting
: The assessment run was deleted. -
failed
: At least one individual assessment completed with a failed status. -
error-provisioning
: An internal error occurred while resources were provisioned (during theprovisioning
status). -
error-executing
An internal error occurred while individual assessments ran (during therunning
status). -
invalid state
: The assessment run is in an unknown state. -
passed
: All individual assessments have completed and none have a failed status. -
provisioning
: The 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. -
warning
: At least one individual assessment completed with a warning status.
- Returns:
- This describes the assessment run status. The status can be one of the following values:
-
cancelling
: The assessment run was canceled. -
deleting
: The assessment run was deleted. -
failed
: At least one individual assessment completed with a failed status. -
error-provisioning
: An internal error occurred while resources were provisioned (during theprovisioning
status). -
error-executing
An internal error occurred while individual assessments ran (during therunning
status). -
invalid state
: The assessment run is in an unknown state. -
passed
: All individual assessments have completed and none have a failed status. -
provisioning
: The 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. -
warning
: At least one individual assessment completed with a warning status.
-
-
-
premigrationAssessmentRunCreationDate
The date which the assessment run was created.
- Returns:
- The date which the assessment run was created.
-
assessmentProgress
Returns the value of the AssessmentProgress property for this object.- Returns:
- The value of the AssessmentProgress property for this object.
-
lastFailureMessage
The last message generated by an individual assessment failure.
- Returns:
- The last message generated by an individual assessment failure.
-
resultLocationBucket
The Amazon S3 bucket that Database Migration Service Serverless created to store the results of this assessment run.
- Returns:
- The Amazon S3 bucket that Database Migration Service Serverless created to store the results of this assessment run.
-
resultLocationFolder
The folder within an Amazon S3 bucket where you want Database Migration Service to store the results of this assessment run.
- Returns:
- The folder within an Amazon S3 bucket where you want Database Migration Service to store the results of this assessment run.
-
resultEncryptionMode
The supported values are
SSE_KMS
andSSE_S3
. If these values are not provided, then the files are not encrypted at rest. For more information, see Creating Amazon Web Services KMS keys to encrypt Amazon S3 target objects.- Returns:
- The supported values are
SSE_KMS
andSSE_S3
. If these values are not provided, then the files are not encrypted at rest. For more information, see Creating Amazon Web Services KMS keys to encrypt Amazon S3 target objects.
-
resultKmsKeyArn
The ARN of a custom KMS encryption key that you specify when you set
ResultEncryptionMode
toSSE_KMS
.- Returns:
- The ARN of a custom KMS encryption key that you specify when you set
ResultEncryptionMode
toSSE_KMS
.
-
resultStatistic
Returns the value of the ResultStatistic property for this object.- Returns:
- The value of the ResultStatistic property for this object.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<PremigrationAssessmentStatus.Builder,
PremigrationAssessmentStatus> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-