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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final RedshiftCredentialsThe credentials in the Amazon Redshift properties patch.final StringThe name in the Amazon Redshift properties patch.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringhost()The host in the Amazon Redshift properties patch.The lineage sync in the Amazon Redshift properties patch.final Integerport()The port in the Amazon Redshift properties patch.static Class<? extends RedshiftPropertiesPatch.Builder> storage()The storage in the Amazon Redshift properties patch.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
credentials
The credentials in the Amazon Redshift properties patch.
- Returns:
- The credentials in the Amazon Redshift properties patch.
-
databaseName
The name in the Amazon Redshift properties patch.
- Returns:
- The name in the Amazon Redshift properties patch.
-
host
The host in the Amazon Redshift properties patch.
- Returns:
- The host in the Amazon Redshift properties patch.
-
lineageSync
The lineage sync in the Amazon Redshift properties patch.
- Returns:
- The lineage sync in the Amazon Redshift properties patch.
-
port
The port in the Amazon Redshift properties patch.
- Returns:
- The port in the Amazon Redshift properties patch.
-
storage
The storage in the Amazon Redshift properties patch.
- Returns:
- The storage in the Amazon Redshift properties patch.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<RedshiftPropertiesPatch.Builder,RedshiftPropertiesPatch> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-