Class SupportedEndpointType
java.lang.Object
com.amazonaws.services.databasemigrationservice.model.SupportedEndpointType
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe type of endpoint.The database engine name.Indicates if Change Data Capture (CDC) is supported.inthashCode()Indicates if Change Data Capture (CDC) is supported.voidsetEndpointType(ReplicationEndpointTypeValue endpointType) The type of endpoint.voidsetEndpointType(String endpointType) The type of endpoint.voidsetEngineName(String engineName) The database engine name.voidsetSupportsCDC(Boolean supportsCDC) Indicates if Change Data Capture (CDC) is supported.toString()Returns a string representation of this object; useful for testing and debugging.withEndpointType(ReplicationEndpointTypeValue endpointType) The type of endpoint.withEndpointType(String endpointType) The type of endpoint.withEngineName(String engineName) The database engine name.withSupportsCDC(Boolean supportsCDC) Indicates if Change Data Capture (CDC) is supported.
-
Constructor Details
-
SupportedEndpointType
public SupportedEndpointType()
-
-
Method Details
-
setEngineName
The database engine name.
- Parameters:
engineName- The database engine name.
-
getEngineName
-
withEngineName
The database engine name.
- Parameters:
engineName- The database engine name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSupportsCDC
Indicates if Change Data Capture (CDC) is supported.
- Parameters:
supportsCDC- Indicates if Change Data Capture (CDC) is supported.
-
getSupportsCDC
Indicates if Change Data Capture (CDC) is supported.
- Returns:
- Indicates if Change Data Capture (CDC) is supported.
-
withSupportsCDC
Indicates if Change Data Capture (CDC) is supported.
- Parameters:
supportsCDC- Indicates if Change Data Capture (CDC) is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isSupportsCDC
Indicates if Change Data Capture (CDC) is supported.
- Returns:
- Indicates if Change Data Capture (CDC) is supported.
-
setEndpointType
The type of endpoint.
- Parameters:
endpointType- The type of endpoint.- See Also:
-
getEndpointType
-
withEndpointType
The type of endpoint.
- Parameters:
endpointType- The type of endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setEndpointType
The type of endpoint.
- Parameters:
endpointType- The type of endpoint.- See Also:
-
withEndpointType
The type of endpoint.
- Parameters:
endpointType- The type of endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
-
equals
-
hashCode
-
clone
-