Class RedshiftPropertiesInput
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.RedshiftPropertiesInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RedshiftPropertiesInput.Builder,RedshiftPropertiesInput>
@Generated("software.amazon.awssdk:codegen") public final class RedshiftPropertiesInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RedshiftPropertiesInput.Builder,RedshiftPropertiesInput>
The Amazon Redshift properties.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRedshiftPropertiesInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RedshiftPropertiesInput.Builderbuilder()RedshiftCredentialscredentials()The Amaon Redshift credentials.StringdatabaseName()The Amazon Redshift database name.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringhost()The Amazon Redshift host.RedshiftLineageSyncConfigurationInputlineageSync()The lineage sync of the Amazon Redshift.Integerport()The Amaon Redshift port.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RedshiftPropertiesInput.Builder>serializableBuilderClass()RedshiftStoragePropertiesstorage()The Amazon Redshift storage.RedshiftPropertiesInput.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
credentials
public final RedshiftCredentials credentials()
The Amaon Redshift credentials.
- Returns:
- The Amaon Redshift credentials.
-
databaseName
public final String databaseName()
The Amazon Redshift database name.
- Returns:
- The Amazon Redshift database name.
-
host
public final String host()
The Amazon Redshift host.
- Returns:
- The Amazon Redshift host.
-
lineageSync
public final RedshiftLineageSyncConfigurationInput lineageSync()
The lineage sync of the Amazon Redshift.
- Returns:
- The lineage sync of the Amazon Redshift.
-
port
public final Integer port()
The Amaon Redshift port.
- Returns:
- The Amaon Redshift port.
-
storage
public final RedshiftStorageProperties storage()
The Amazon Redshift storage.
- Returns:
- The Amazon Redshift storage.
-
toBuilder
public RedshiftPropertiesInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RedshiftPropertiesInput.Builder,RedshiftPropertiesInput>
-
builder
public static RedshiftPropertiesInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends RedshiftPropertiesInput.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
-
-