@Generated(value="software.amazon.awssdk:codegen") public final class StartReplicationTaskAssessmentRunRequest extends DatabaseMigrationRequest implements ToCopyableBuilder<StartReplicationTaskAssessmentRunRequest.Builder,StartReplicationTaskAssessmentRunRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartReplicationTaskAssessmentRunRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assessmentRunName()
Unique name to identify the assessment run.
|
static StartReplicationTaskAssessmentRunRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<String> |
exclude()
Space-separated list of names for specific individual assessments that you want to exclude.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasExclude()
Returns true if the Exclude property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasIncludeOnly()
Returns true if the IncludeOnly property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<String> |
includeOnly()
Space-separated list of names for specific individual assessments that you want to include.
|
String |
replicationTaskArn()
Amazon Resource Name (ARN) of the migration task associated with the premigration assessment run that you want to
start.
|
String |
resultEncryptionMode()
Encryption mode that you can specify to encrypt the results of this assessment run.
|
String |
resultKmsKeyArn()
ARN of a custom KMS encryption key that you specify when you set
ResultEncryptionMode to
"SSE_KMS". |
String |
resultLocationBucket()
Amazon S3 bucket where you want AWS DMS to store the results of this assessment run.
|
String |
resultLocationFolder()
Folder within an Amazon S3 bucket where you want AWS DMS to store the results of this assessment run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartReplicationTaskAssessmentRunRequest.Builder> |
serializableBuilderClass() |
String |
serviceAccessRoleArn()
ARN of a service role needed to start the assessment run.
|
StartReplicationTaskAssessmentRunRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String replicationTaskArn()
Amazon Resource Name (ARN) of the migration task associated with the premigration assessment run that you want to start.
public final String serviceAccessRoleArn()
ARN of a service role needed to start the assessment run.
public final String resultLocationBucket()
Amazon S3 bucket where you want AWS DMS to store the results of this assessment run.
public final String resultLocationFolder()
Folder within an Amazon S3 bucket where you want AWS DMS to store the results of this assessment run.
public final String resultEncryptionMode()
Encryption mode that you can specify to encrypt the results of this assessment run. If you don't specify this request parameter, AWS 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" – AWS Key Management Service (AWS KMS) encryption. This encryption can use either a custom
KMS encryption key that you specify or the default KMS encryption key that DMS provides.
"SSE_S3" – The server-side encryption provided as a default by Amazon S3.
"SSE_KMS" – AWS Key Management Service (AWS KMS) encryption. This encryption can use either
a custom KMS encryption key that you specify or the default KMS encryption key that DMS provides.
public final String resultKmsKeyArn()
ARN of a custom KMS encryption key that you specify when you set ResultEncryptionMode to
"SSE_KMS".
ResultEncryptionMode to
"SSE_KMS".public final String assessmentRunName()
Unique name to identify the assessment run.
public final boolean hasIncludeOnly()
public final List<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 AWS 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 AWS DMS supports for the associated migration
task, run the DescribeApplicableIndividualAssessments operation using its own
ReplicationTaskArn request parameter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIncludeOnly() to see if a value was sent in this field.
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 AWS DMS supports for the associated
migration task, run the DescribeApplicableIndividualAssessments operation using its own
ReplicationTaskArn request parameter.
public final boolean hasExclude()
public final List<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 AWS 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 AWS DMS supports for the associated migration
task, run the DescribeApplicableIndividualAssessments operation using its own
ReplicationTaskArn request parameter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasExclude() to see if a value was sent in this field.
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 AWS DMS supports for the associated
migration task, run the DescribeApplicableIndividualAssessments operation using its own
ReplicationTaskArn request parameter.
public StartReplicationTaskAssessmentRunRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartReplicationTaskAssessmentRunRequest.Builder,StartReplicationTaskAssessmentRunRequest>toBuilder in class DatabaseMigrationRequestpublic static StartReplicationTaskAssessmentRunRequest.Builder builder()
public static Class<? extends StartReplicationTaskAssessmentRunRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.