@Generated(value="software.amazon.awssdk:codegen") public final class CreateMigrationProjectRequest extends DatabaseMigrationRequest implements ToCopyableBuilder<CreateMigrationProjectRequest.Builder,CreateMigrationProjectRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateMigrationProjectRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateMigrationProjectRequest.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 |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
boolean |
hasTargetDataProviderDescriptors()
For responses, this returns true if the service returned a value for the TargetDataProviderDescriptors property.
|
String |
instanceProfileIdentifier()
The identifier of the associated instance profile.
|
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 CreateMigrationProjectRequest.Builder> |
serializableBuilderClass() |
List<DataProviderDescriptorDefinition> |
sourceDataProviderDescriptors()
Information about the source data provider, including the name, ARN, and Secrets Manager parameters.
|
List<Tag> |
tags()
One or more tags to be assigned to the migration project.
|
List<DataProviderDescriptorDefinition> |
targetDataProviderDescriptors()
Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager
parameters.
|
CreateMigrationProjectRequest.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 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 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 identifier of the associated instance profile. 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 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 boolean hasTags()
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<Tag> tags()
One or more tags to be assigned to the migration project.
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 hasTags() method.
public final SCApplicationAttributes schemaConversionApplicationAttributes()
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
public CreateMigrationProjectRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateMigrationProjectRequest.Builder,CreateMigrationProjectRequest>toBuilder in class DatabaseMigrationRequestpublic static CreateMigrationProjectRequest.Builder builder()
public static Class<? extends CreateMigrationProjectRequest.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.