Interface RedshiftDataProviderSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedshiftDataProviderSettings.Builder,RedshiftDataProviderSettings>,SdkBuilder<RedshiftDataProviderSettings.Builder,RedshiftDataProviderSettings>,SdkPojo
- Enclosing class:
- RedshiftDataProviderSettings
@Mutable @NotThreadSafe public static interface RedshiftDataProviderSettings.Builder extends SdkPojo, CopyableBuilder<RedshiftDataProviderSettings.Builder,RedshiftDataProviderSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedshiftDataProviderSettings.BuilderdatabaseName(String databaseName)The database name on the Amazon Redshift data provider.RedshiftDataProviderSettings.Builderport(Integer port)The port value for the Amazon Redshift data provider.RedshiftDataProviderSettings.Builders3AccessRoleArn(String s3AccessRoleArn)The ARN for the role the application uses to access its Amazon S3 bucket.RedshiftDataProviderSettings.Builders3Path(String s3Path)The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.RedshiftDataProviderSettings.BuilderserverName(String serverName)The name of the Amazon Redshift server.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
serverName
RedshiftDataProviderSettings.Builder serverName(String serverName)
The name of the Amazon Redshift server.
- Parameters:
serverName- The name of the Amazon Redshift server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
RedshiftDataProviderSettings.Builder port(Integer port)
The port value for the Amazon Redshift data provider.
- Parameters:
port- The port value for the Amazon Redshift data provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
RedshiftDataProviderSettings.Builder databaseName(String databaseName)
The database name on the Amazon Redshift data provider.
- Parameters:
databaseName- The database name on the Amazon Redshift data provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Path
RedshiftDataProviderSettings.Builder s3Path(String s3Path)
The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.
- Parameters:
s3Path- The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3AccessRoleArn
RedshiftDataProviderSettings.Builder s3AccessRoleArn(String s3AccessRoleArn)
The ARN for the role the application uses to access its Amazon S3 bucket.
- Parameters:
s3AccessRoleArn- The ARN for the role the application uses to access its Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-