Class ModifyReplicationConfigRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest
-
- software.amazon.awssdk.services.databasemigration.model.ModifyReplicationConfigRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ModifyReplicationConfigRequest.Builder,ModifyReplicationConfigRequest>
@Generated("software.amazon.awssdk:codegen") public final class ModifyReplicationConfigRequest extends DatabaseMigrationRequest implements ToCopyableBuilder<ModifyReplicationConfigRequest.Builder,ModifyReplicationConfigRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModifyReplicationConfigRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModifyReplicationConfigRequest.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 of the replication to modify.StringreplicationConfigIdentifier()The new replication config to apply to the replication.StringreplicationSettings()The settings for the replication.MigrationTypeValuereplicationType()The type of replication.StringreplicationTypeAsString()The type of replication.List<SdkField<?>>sdkFields()static Class<? extends ModifyReplicationConfigRequest.Builder>serializableBuilderClass()StringsourceEndpointArn()The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.StringsupplementalSettings()Additional settings for the replication.StringtableMappings()Table mappings specified in the replication.StringtargetEndpointArn()The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.ModifyReplicationConfigRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
replicationConfigArn
public final String replicationConfigArn()
The Amazon Resource Name of the replication to modify.
- Returns:
- The Amazon Resource Name of the replication to modify.
-
replicationConfigIdentifier
public final String replicationConfigIdentifier()
The new replication config to apply to the replication.
- Returns:
- The new replication config to apply to the replication.
-
replicationType
public final MigrationTypeValue 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:
MigrationTypeValue
-
replicationTypeAsString
public final String 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:
MigrationTypeValue
-
tableMappings
public final String tableMappings()
Table mappings specified in the replication.
- Returns:
- Table mappings specified in the replication.
-
replicationSettings
public final String replicationSettings()
The settings for the replication.
- Returns:
- The settings for the replication.
-
supplementalSettings
public final String supplementalSettings()
Additional settings for the replication.
- Returns:
- Additional settings for the replication.
-
computeConfig
public final ComputeConfig computeConfig()
Configuration parameters for provisioning an DMS Serverless replication.
- Returns:
- Configuration parameters for provisioning an DMS Serverless replication.
-
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.
-
toBuilder
public ModifyReplicationConfigRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModifyReplicationConfigRequest.Builder,ModifyReplicationConfigRequest>- Specified by:
toBuilderin classDatabaseMigrationRequest
-
builder
public static ModifyReplicationConfigRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModifyReplicationConfigRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-