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
DataSourcedetails specific to Amazon Redshift.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRedshiftMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RedshiftMetadata.Builderbuilder()StringdatabaseUserName()Returns the value of the DatabaseUserName property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RedshiftDatabaseredshiftDatabase()Returns the value of the RedshiftDatabase property for this object.List<SdkField<?>>sdkFields()StringselectSqlQuery()The SQL query that is specified during CreateDataSourceFromRedshift.static Class<? extends RedshiftMetadata.Builder>serializableBuilderClass()RedshiftMetadata.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
-
redshiftDatabase
public final RedshiftDatabase redshiftDatabase()
Returns the value of the RedshiftDatabase property for this object.- Returns:
- The value of the RedshiftDatabase property for this object.
-
databaseUserName
public final String databaseUserName()
Returns the value of the DatabaseUserName property for this object.- Returns:
- The value of the DatabaseUserName property for this object.
-
selectSqlQuery
public final String 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
public RedshiftMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RedshiftMetadata.Builder,RedshiftMetadata>
-
builder
public static RedshiftMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends RedshiftMetadata.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.
-
-