public static interface SupportedEndpointType.Builder extends SdkPojo, CopyableBuilder<SupportedEndpointType.Builder,SupportedEndpointType>
| Modifier and Type | Method and Description |
|---|---|
SupportedEndpointType.Builder |
endpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
SupportedEndpointType.Builder |
endpointType(String endpointType)
The type of endpoint.
|
SupportedEndpointType.Builder |
engineDisplayName(String engineDisplayName)
The expanded name for the engine name.
|
SupportedEndpointType.Builder |
engineName(String engineName)
The database engine name.
|
SupportedEndpointType.Builder |
replicationInstanceEngineMinimumVersion(String replicationInstanceEngineMinimumVersion)
The earliest DMS engine version that supports this endpoint engine.
|
SupportedEndpointType.Builder |
supportsCDC(Boolean supportsCDC)
Indicates if change data capture (CDC) is supported.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSupportedEndpointType.Builder engineName(String engineName)
The database engine name. Valid values, depending on the EndpointType, include "mysql",
"oracle", "postgres", "mariadb", "aurora",
"aurora-postgresql", "redshift", "s3", "db2",
"db2-zos", "azuredb", "sybase", "dynamodb",
"mongodb", "kinesis", "kafka", "elasticsearch",
"documentdb", "sqlserver", "neptune", and "babelfish".
engineName - The database engine name. Valid values, depending on the EndpointType, include "mysql",
"oracle", "postgres", "mariadb", "aurora",
"aurora-postgresql", "redshift", "s3", "db2",
"db2-zos", "azuredb", "sybase", "dynamodb",
"mongodb", "kinesis", "kafka", "elasticsearch",
"documentdb", "sqlserver", "neptune", and
"babelfish".SupportedEndpointType.Builder supportsCDC(Boolean supportsCDC)
Indicates if change data capture (CDC) is supported.
supportsCDC - Indicates if change data capture (CDC) is supported.SupportedEndpointType.Builder endpointType(String endpointType)
The type of endpoint. Valid values are source and target.
endpointType - The type of endpoint. Valid values are source and target.ReplicationEndpointTypeValue,
ReplicationEndpointTypeValueSupportedEndpointType.Builder endpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint. Valid values are source and target.
endpointType - The type of endpoint. Valid values are source and target.ReplicationEndpointTypeValue,
ReplicationEndpointTypeValueSupportedEndpointType.Builder replicationInstanceEngineMinimumVersion(String replicationInstanceEngineMinimumVersion)
The earliest DMS engine version that supports this endpoint engine. Note that endpoint engines released with DMS versions earlier than 3.1.1 do not return a value for this parameter.
replicationInstanceEngineMinimumVersion - The earliest DMS engine version that supports this endpoint engine. Note that endpoint engines
released with DMS versions earlier than 3.1.1 do not return a value for this parameter.SupportedEndpointType.Builder engineDisplayName(String engineDisplayName)
The expanded name for the engine name. For example, if the EngineName parameter is "aurora",
this value would be "Amazon Aurora MySQL".
engineDisplayName - The expanded name for the engine name. For example, if the EngineName parameter is
"aurora", this value would be "Amazon Aurora MySQL".Copyright © 2023. All rights reserved.