Class RedshiftSourceConfig
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutmetrics.model.RedshiftSourceConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RedshiftSourceConfig.Builder,RedshiftSourceConfig>
@Generated("software.amazon.awssdk:codegen") public final class RedshiftSourceConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RedshiftSourceConfig.Builder,RedshiftSourceConfig>
Provides information about the Amazon Redshift database configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRedshiftSourceConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RedshiftSourceConfig.Builderbuilder()StringclusterIdentifier()A string identifying the Redshift cluster.StringdatabaseHost()The name of the database host.StringdatabaseName()The Redshift database name.IntegerdatabasePort()The port number where the database can be accessed.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleArn()The Amazon Resource Name (ARN) of the role providing access to the database.List<SdkField<?>>sdkFields()StringsecretManagerArn()The Amazon Resource Name (ARN) of the AWS Secrets Manager role.static Class<? extends RedshiftSourceConfig.Builder>serializableBuilderClass()StringtableName()The table name of the Redshift database.RedshiftSourceConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.VpcConfigurationvpcConfiguration()Contains information about the Amazon Virtual Private Cloud (VPC) configuration.-
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
-
clusterIdentifier
public final String clusterIdentifier()
A string identifying the Redshift cluster.
- Returns:
- A string identifying the Redshift cluster.
-
databaseHost
public final String databaseHost()
The name of the database host.
- Returns:
- The name of the database host.
-
databasePort
public final Integer databasePort()
The port number where the database can be accessed.
- Returns:
- The port number where the database can be accessed.
-
secretManagerArn
public final String secretManagerArn()
The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
- Returns:
- The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
-
databaseName
public final String databaseName()
The Redshift database name.
- Returns:
- The Redshift database name.
-
tableName
public final String tableName()
The table name of the Redshift database.
- Returns:
- The table name of the Redshift database.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of the role providing access to the database.
- Returns:
- The Amazon Resource Name (ARN) of the role providing access to the database.
-
vpcConfiguration
public final VpcConfiguration vpcConfiguration()
Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
- Returns:
- Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
-
toBuilder
public RedshiftSourceConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RedshiftSourceConfig.Builder,RedshiftSourceConfig>
-
builder
public static RedshiftSourceConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends RedshiftSourceConfig.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.
-
-