@Generated(value="software.amazon.awssdk:codegen") public final class ModifyMigrationProjectRequest extends DatabaseMigrationRequest implements ToCopyableBuilder<ModifyMigrationProjectRequest.Builder,ModifyMigrationProjectRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyMigrationProjectRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyMigrationProjectRequest.Builder |
builder() |
String |
description()
A user-friendly description of the migration project.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSourceDataProviderDescriptors()
For responses, this returns true if the service returned a value for the SourceDataProviderDescriptors property.
|
boolean |
hasTargetDataProviderDescriptors()
For responses, this returns true if the service returned a value for the TargetDataProviderDescriptors property.
|
String |
instanceProfileIdentifier()
The name or Amazon Resource Name (ARN) for the instance profile.
|
String |
migrationProjectIdentifier()
The identifier of the migration project.
|
String |
migrationProjectName()
A user-friendly name for the migration project.
|
SCApplicationAttributes |
schemaConversionApplicationAttributes()
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyMigrationProjectRequest.Builder> |
serializableBuilderClass() |
List<DataProviderDescriptorDefinition> |
sourceDataProviderDescriptors()
Information about the source data provider, including the name, ARN, and Amazon Web Services Secrets Manager
parameters.
|
List<DataProviderDescriptorDefinition> |
targetDataProviderDescriptors()
Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager
parameters.
|
ModifyMigrationProjectRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transformationRules()
The settings in JSON format for migration rules.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String migrationProjectIdentifier()
The identifier of the migration project. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
public final String migrationProjectName()
A user-friendly name for the migration project.
public final boolean hasSourceDataProviderDescriptors()
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<DataProviderDescriptorDefinition> sourceDataProviderDescriptors()
Information about the source data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.
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 hasSourceDataProviderDescriptors() method.
public final boolean hasTargetDataProviderDescriptors()
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<DataProviderDescriptorDefinition> targetDataProviderDescriptors()
Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.
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 hasTargetDataProviderDescriptors() method.
public final String instanceProfileIdentifier()
The name or Amazon Resource Name (ARN) for the instance profile.
public final String transformationRules()
The settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.
public final String description()
A user-friendly description of the migration project.
public final SCApplicationAttributes schemaConversionApplicationAttributes()
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
public ModifyMigrationProjectRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyMigrationProjectRequest.Builder,ModifyMigrationProjectRequest>toBuilder in class DatabaseMigrationRequestpublic static ModifyMigrationProjectRequest.Builder builder()
public static Class<? extends ModifyMigrationProjectRequest.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.