Class RedshiftDataProviderSettings
java.lang.Object
software.amazon.awssdk.services.databasemigration.model.RedshiftDataProviderSettings
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RedshiftDataProviderSettings.Builder,RedshiftDataProviderSettings>
@Generated("software.amazon.awssdk:codegen")
public final class RedshiftDataProviderSettings
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<RedshiftDataProviderSettings.Builder,RedshiftDataProviderSettings>
Provides information that defines an Amazon Redshift data provider.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe database name on the Amazon Redshift data provider.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Integerport()The port value for the Amazon Redshift data provider.final StringThe ARN for the role the application uses to access its Amazon S3 bucket.final Strings3Path()The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.static Class<? extends RedshiftDataProviderSettings.Builder>final StringThe name of the Amazon Redshift server.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
-
serverName
The name of the Amazon Redshift server.
- Returns:
- The name of the Amazon Redshift server.
-
port
The port value for the Amazon Redshift data provider.
- Returns:
- The port value for the Amazon Redshift data provider.
-
databaseName
The database name on the Amazon Redshift data provider.
- Returns:
- The database name on the Amazon Redshift data provider.
-
s3Path
The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.
- Returns:
- The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.
-
s3AccessRoleArn
The ARN for the role the application uses to access its Amazon S3 bucket.
- Returns:
- The ARN for the role the application uses to access its Amazon S3 bucket.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<RedshiftDataProviderSettings.Builder,RedshiftDataProviderSettings>
-
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
-