@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()
For responses, this returns true if the service returned a value for the Exclude property.
|
int |
hashCode() |
boolean |
hasIncludeOnly()
For responses, this returns true if the service returned a value for the IncludeOnly property.
|
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 DMS to store the results of this assessment run.
|
String |
resultLocationFolder()
Folder within an Amazon S3 bucket where you want DMS to store the results of this assessment run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartReplicationTaskAssessmentRunRequest.Builder> |
serializableBuilderClass() |
String |
serviceAccessRoleArn()
ARN of the 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 the service role needed to start the assessment run. The role must allow the iam:PassRole
action.
iam:PassRole action.public final String resultLocationBucket()
Amazon S3 bucket where you want DMS to store the results of this assessment run.
public final String resultLocationFolder()
Folder within an Amazon S3 bucket where you want 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, 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.
"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.
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()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.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 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasIncludeOnly() method.
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.
public final boolean hasExclude()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.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 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasExclude() method.
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.
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 © 2023. All rights reserved.