Class ReplicationConfig
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReplicationConfig.Builder,ReplicationConfig>
This object provides configuration information about a serverless replication.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ReplicationConfig.Builderbuilder()final ComputeConfigConfiguration parameters for provisioning an DMS serverless replication.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanIndicates whether the replication configuration is read-only.final StringThe Amazon Resource Name (ARN) of this DMS Serverless replication configuration.final InstantThe time the serverless replication config was created.final StringThe identifier for theReplicationConfigassociated with the replication.final InstantThe time the serverless replication config was updated.final StringConfiguration parameters for an DMS serverless replication.final MigrationTypeValueThe type of the replication.final StringThe type of the replication.static Class<? extends ReplicationConfig.Builder>final StringThe Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.final StringAdditional parameters for an DMS serverless replication.final StringTable mappings specified in the replication.final StringThe Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
replicationConfigIdentifier
The identifier for the
ReplicationConfigassociated with the replication.- Returns:
- The identifier for the
ReplicationConfigassociated with the replication.
-
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
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
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
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:
-
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:
-
computeConfig
Configuration parameters for provisioning an DMS serverless replication.
- Returns:
- Configuration parameters for provisioning an DMS serverless replication.
-
replicationSettings
Configuration parameters for an DMS serverless replication.
- Returns:
- Configuration parameters for an DMS serverless replication.
-
supplementalSettings
Additional parameters for an DMS serverless replication.
- Returns:
- Additional parameters for an DMS serverless replication.
-
tableMappings
Table mappings specified in the replication.
- Returns:
- Table mappings specified in the replication.
-
replicationConfigCreateTime
The time the serverless replication config was created.
- Returns:
- The time the serverless replication config was created.
-
replicationConfigUpdateTime
The time the serverless replication config was updated.
- Returns:
- The time the serverless replication config was updated.
-
isReadOnly
Indicates whether the replication configuration is read-only. When set to
true, this replication configuration is managed by DMS as part of a zero-ETL integration and cannot be modified or deleted directly. You can only modify or delete read-only replication configurations through their associated zero-ETL integration.- Returns:
- Indicates whether the replication configuration is read-only. When set to
true, this replication configuration is managed by DMS as part of a zero-ETL integration and cannot be modified or deleted directly. You can only modify or delete read-only replication configurations through their associated zero-ETL integration.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReplicationConfig.Builder,ReplicationConfig>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-