Class ModifyReplicationConfigRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ModifyReplicationConfigRequest.Builder,ModifyReplicationConfigRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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 StringThe Amazon Resource Name of the replication to modify.final StringThe new replication config to apply to the replication.final StringThe settings for the replication.final MigrationTypeValueThe type of replication.final StringThe type of replication.static Class<? extends ModifyReplicationConfigRequest.Builder>final StringThe Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.final StringAdditional settings for the 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 software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods 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
-
replicationConfigArn
The Amazon Resource Name of the replication to modify.
- Returns:
- The Amazon Resource Name of the replication to modify.
-
replicationConfigIdentifier
The new replication config to apply to the replication.
- Returns:
- The new replication config to apply to the replication.
-
replicationType
The type of 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 replication.
- See Also:
-
replicationTypeAsString
The type of 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 replication.
- See Also:
-
tableMappings
Table mappings specified in the replication.
- Returns:
- Table mappings specified in the replication.
-
replicationSettings
The settings for the replication.
- Returns:
- The settings for the replication.
-
supplementalSettings
Additional settings for the replication.
- Returns:
- Additional settings for the replication.
-
computeConfig
Configuration parameters for provisioning an DMS Serverless replication.
- Returns:
- Configuration parameters for provisioning an DMS Serverless replication.
-
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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModifyReplicationConfigRequest.Builder,ModifyReplicationConfigRequest> - Specified by:
toBuilderin classDatabaseMigrationRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
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
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-