Class RedshiftPropertiesOutput
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.RedshiftPropertiesOutput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RedshiftPropertiesOutput.Builder,RedshiftPropertiesOutput>
@Generated("software.amazon.awssdk:codegen") public final class RedshiftPropertiesOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RedshiftPropertiesOutput.Builder,RedshiftPropertiesOutput>
The Amazon Redshift properties.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRedshiftPropertiesOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RedshiftPropertiesOutput.Builderbuilder()RedshiftCredentialscredentials()The Amazon Redshift credentials.StringdatabaseName()The Amazon Redshift database name.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisProvisionedSecret()Specifies whether Amaon Redshift properties has a provisioned secret.StringjdbcIamUrl()The jdbcIam URL of the Amazon Redshift properties.StringjdbcUrl()The jdbcURL of the Amazon Redshift properties.RedshiftLineageSyncConfigurationOutputlineageSync()The lineage syn of the Amazon Redshift properties.StringredshiftTempDir()The redshiftTempDir of the Amazon Redshift properties.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RedshiftPropertiesOutput.Builder>serializableBuilderClass()ConnectionStatusstatus()The status in the Amazon Redshift properties.StringstatusAsString()The status in the Amazon Redshift properties.RedshiftStoragePropertiesstorage()The storage in the Amazon Redshift properties.RedshiftPropertiesOutput.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 Amazon Redshift credentials.
- Returns:
- The Amazon Redshift credentials.
-
databaseName
public final String databaseName()
The Amazon Redshift database name.
- Returns:
- The Amazon Redshift database name.
-
isProvisionedSecret
public final Boolean isProvisionedSecret()
Specifies whether Amaon Redshift properties has a provisioned secret.
- Returns:
- Specifies whether Amaon Redshift properties has a provisioned secret.
-
jdbcIamUrl
public final String jdbcIamUrl()
The jdbcIam URL of the Amazon Redshift properties.
- Returns:
- The jdbcIam URL of the Amazon Redshift properties.
-
jdbcUrl
public final String jdbcUrl()
The jdbcURL of the Amazon Redshift properties.
- Returns:
- The jdbcURL of the Amazon Redshift properties.
-
lineageSync
public final RedshiftLineageSyncConfigurationOutput lineageSync()
The lineage syn of the Amazon Redshift properties.
- Returns:
- The lineage syn of the Amazon Redshift properties.
-
redshiftTempDir
public final String redshiftTempDir()
The redshiftTempDir of the Amazon Redshift properties.
- Returns:
- The redshiftTempDir of the Amazon Redshift properties.
-
status
public final ConnectionStatus status()
The status in the Amazon Redshift properties.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnConnectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status in the Amazon Redshift properties.
- See Also:
ConnectionStatus
-
statusAsString
public final String statusAsString()
The status in the Amazon Redshift properties.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnConnectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status in the Amazon Redshift properties.
- See Also:
ConnectionStatus
-
storage
public final RedshiftStorageProperties storage()
The storage in the Amazon Redshift properties.
- Returns:
- The storage in the Amazon Redshift properties.
-
toBuilder
public RedshiftPropertiesOutput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RedshiftPropertiesOutput.Builder,RedshiftPropertiesOutput>
-
builder
public static RedshiftPropertiesOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends RedshiftPropertiesOutput.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
-
-