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 |
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, azuredb, sybase, dynamodb, mongodb, and sqlserver.
engineName - The database engine name. Valid values, depending on the EndpointType, include mysql, oracle,
postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb,
and sqlserver.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 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 © 2020. All rights reserved.