Class ReplicationConfig
- java.lang.Object
-
- software.amazon.awssdk.services.databasemigration.model.ReplicationConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReplicationConfig.Builder,ReplicationConfig>
@Generated("software.amazon.awssdk:codegen") public final class ReplicationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationConfig.Builder,ReplicationConfig>
This object provides configuration information about a serverless replication.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReplicationConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReplicationConfig.Builderbuilder()ComputeConfigcomputeConfig()Configuration parameters for provisioning an DMS serverless replication.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringreplicationConfigArn()The Amazon Resource Name (ARN) of this DMS Serverless replication configuration.InstantreplicationConfigCreateTime()The time the serverless replication config was created.StringreplicationConfigIdentifier()The identifier for theReplicationConfigassociated with the replication.InstantreplicationConfigUpdateTime()The time the serverless replication config was updated.StringreplicationSettings()Configuration parameters for an DMS serverless replication.MigrationTypeValuereplicationType()The type of the replication.StringreplicationTypeAsString()The type of the replication.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ReplicationConfig.Builder>serializableBuilderClass()StringsourceEndpointArn()The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.StringsupplementalSettings()Additional parameters for an DMS serverless replication.StringtableMappings()Table mappings specified in the replication.StringtargetEndpointArn()The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.ReplicationConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
replicationConfigIdentifier
public final String replicationConfigIdentifier()
The identifier for the
ReplicationConfigassociated with the replication.- Returns:
- The identifier for the
ReplicationConfigassociated with the replication.
-
replicationConfigArn
public final String replicationConfigArn()
The Amazon Resource Name (ARN) of this DMS Serverless replication configuration.
- Returns:
- The Amazon Resource Name (ARN) of this DMS Serverless replication configuration.
-
sourceEndpointArn
public final String sourceEndpointArn()
The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.
- Returns:
- The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.
-
targetEndpointArn
public final String targetEndpointArn()
The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
- Returns:
- The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
-
replicationType
public final MigrationTypeValue replicationType()
The type of the replication.
If the service returns an enum value that is not available in the current SDK version,
replicationTypewill returnMigrationTypeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreplicationTypeAsString().- Returns:
- The type of the replication.
- See Also:
MigrationTypeValue
-
replicationTypeAsString
public final String replicationTypeAsString()
The type of the replication.
If the service returns an enum value that is not available in the current SDK version,
replicationTypewill returnMigrationTypeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreplicationTypeAsString().- Returns:
- The type of the replication.
- See Also:
MigrationTypeValue
-
computeConfig
public final ComputeConfig computeConfig()
Configuration parameters for provisioning an DMS serverless replication.
- Returns:
- Configuration parameters for provisioning an DMS serverless replication.
-
replicationSettings
public final String replicationSettings()
Configuration parameters for an DMS serverless replication.
- Returns:
- Configuration parameters for an DMS serverless replication.
-
supplementalSettings
public final String supplementalSettings()
Additional parameters for an DMS serverless replication.
- Returns:
- Additional parameters for an DMS serverless replication.
-
tableMappings
public final String tableMappings()
Table mappings specified in the replication.
- Returns:
- Table mappings specified in the replication.
-
replicationConfigCreateTime
public final Instant replicationConfigCreateTime()
The time the serverless replication config was created.
- Returns:
- The time the serverless replication config was created.
-
replicationConfigUpdateTime
public final Instant replicationConfigUpdateTime()
The time the serverless replication config was updated.
- Returns:
- The time the serverless replication config was updated.
-
toBuilder
public ReplicationConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReplicationConfig.Builder,ReplicationConfig>
-
builder
public static ReplicationConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReplicationConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-