Class DatabaseSourceConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.firehose.model.DatabaseSourceConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatabaseSourceConfiguration.Builder,DatabaseSourceConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class DatabaseSourceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatabaseSourceConfiguration.Builder,DatabaseSourceConfiguration>
Amazon Data Firehose is in preview release and is subject to change.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatabaseSourceConfiguration.Builder
-
Method Summary
-
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
-
type
public final DatabaseType type()
Amazon Data Firehose is in preview release and is subject to change.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDatabaseType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
-
Amazon Data Firehose is in preview release and is subject to change.
- See Also:
DatabaseType
-
typeAsString
public final String typeAsString()
Amazon Data Firehose is in preview release and is subject to change.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDatabaseType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
-
Amazon Data Firehose is in preview release and is subject to change.
- See Also:
DatabaseType
-
endpoint
public final String endpoint()
Amazon Data Firehose is in preview release and is subject to change.
- Returns:
-
Amazon Data Firehose is in preview release and is subject to change.
-
port
public final Integer port()
Amazon Data Firehose is in preview release and is subject to change.
- Returns:
-
Amazon Data Firehose is in preview release and is subject to change.
-
sslMode
public final SSLMode sslMode()
Amazon Data Firehose is in preview release and is subject to change.
If the service returns an enum value that is not available in the current SDK version,
sslModewill returnSSLMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsslModeAsString().- Returns:
-
Amazon Data Firehose is in preview release and is subject to change.
- See Also:
SSLMode
-
sslModeAsString
public final String sslModeAsString()
Amazon Data Firehose is in preview release and is subject to change.
If the service returns an enum value that is not available in the current SDK version,
sslModewill returnSSLMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsslModeAsString().- Returns:
-
Amazon Data Firehose is in preview release and is subject to change.
- See Also:
SSLMode
-
databases
public final DatabaseList databases()
Amazon Data Firehose is in preview release and is subject to change.
- Returns:
-
Amazon Data Firehose is in preview release and is subject to change.
-
tables
public final DatabaseTableList tables()
Amazon Data Firehose is in preview release and is subject to change.
- Returns:
-
Amazon Data Firehose is in preview release and is subject to change.
-
columns
public final DatabaseColumnList columns()
Amazon Data Firehose is in preview release and is subject to change.
- Returns:
-
Amazon Data Firehose is in preview release and is subject to change.
-
hasSurrogateKeys
public final boolean hasSurrogateKeys()
For responses, this returns true if the service returned a value for the SurrogateKeys property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
surrogateKeys
public final List<String> surrogateKeys()
Amazon Data Firehose is in preview release and is subject to change.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasSurrogateKeys()method.- Returns:
-
Amazon Data Firehose is in preview release and is subject to change.
-
snapshotWatermarkTable
public final String snapshotWatermarkTable()
Amazon Data Firehose is in preview release and is subject to change.
- Returns:
-
Amazon Data Firehose is in preview release and is subject to change.
-
databaseSourceAuthenticationConfiguration
public final DatabaseSourceAuthenticationConfiguration databaseSourceAuthenticationConfiguration()
Amazon Data Firehose is in preview release and is subject to change.
- Returns:
-
Amazon Data Firehose is in preview release and is subject to change.
-
databaseSourceVPCConfiguration
public final DatabaseSourceVPCConfiguration databaseSourceVPCConfiguration()
Amazon Data Firehose is in preview release and is subject to change.
- Returns:
-
Amazon Data Firehose is in preview release and is subject to change.
-
toBuilder
public DatabaseSourceConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DatabaseSourceConfiguration.Builder,DatabaseSourceConfiguration>
-
builder
public static DatabaseSourceConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DatabaseSourceConfiguration.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-