@Generated(value="software.amazon.awssdk:codegen") public final class MigrationProject extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MigrationProject.Builder,MigrationProject>
Provides information that defines a migration project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MigrationProject.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MigrationProject.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 |
instanceProfileArn()
The Amazon Resource Name (ARN) of the instance profile for your migration project.
|
String |
instanceProfileName()
The name of the associated instance profile.
|
String |
migrationProjectArn()
The ARN string that uniquely identifies the migration project.
|
Instant |
migrationProjectCreationTime()
The time when the migration project was created.
|
String |
migrationProjectName()
The name of 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 MigrationProject.Builder> |
serializableBuilderClass() |
List<DataProviderDescriptor> |
sourceDataProviderDescriptors()
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
|
List<DataProviderDescriptor> |
targetDataProviderDescriptors()
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transformationRules()
The settings in JSON format for migration rules.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String migrationProjectName()
The name of the migration project.
public final String migrationProjectArn()
The ARN string that uniquely identifies the migration project.
public final Instant migrationProjectCreationTime()
The time when the migration project was created.
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<DataProviderDescriptor> sourceDataProviderDescriptors()
Information about the source data provider, including the name or ARN, and 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<DataProviderDescriptor> targetDataProviderDescriptors()
Information about the target data provider, including the name or ARN, and 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 instanceProfileArn()
The Amazon Resource Name (ARN) of the instance profile for your migration project.
public final String instanceProfileName()
The name of the associated 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 MigrationProject.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MigrationProject.Builder,MigrationProject>public static MigrationProject.Builder builder()
public static Class<? extends MigrationProject.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.