Class RedshiftMetadata
java.lang.Object
software.amazon.awssdk.services.machinelearning.model.RedshiftMetadata
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RedshiftMetadata.Builder,RedshiftMetadata>
@Generated("software.amazon.awssdk:codegen")
public final class RedshiftMetadata
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<RedshiftMetadata.Builder,RedshiftMetadata>
Describes the DataSource details specific to Amazon Redshift.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RedshiftMetadata.Builderbuilder()final StringReturns the value of the DatabaseUserName property for this object.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final RedshiftDatabaseReturns the value of the RedshiftDatabase property for this object.final StringThe SQL query that is specified during CreateDataSourceFromRedshift.static Class<? extends RedshiftMetadata.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
redshiftDatabase
Returns the value of the RedshiftDatabase property for this object.- Returns:
- The value of the RedshiftDatabase property for this object.
-
databaseUserName
Returns the value of the DatabaseUserName property for this object.- Returns:
- The value of the DatabaseUserName property for this object.
-
selectSqlQuery
The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if
Verboseis true in GetDataSourceInput.- Returns:
- The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if
Verboseis true in GetDataSourceInput.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<RedshiftMetadata.Builder,RedshiftMetadata>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-