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