public static interface RedshiftParameters.Builder extends SdkPojo, CopyableBuilder<RedshiftParameters.Builder,RedshiftParameters>
| Modifier and Type | Method and Description |
|---|---|
RedshiftParameters.Builder |
clusterId(String clusterId)
Cluster ID.
|
RedshiftParameters.Builder |
database(String database)
Database.
|
RedshiftParameters.Builder |
host(String host)
Host.
|
RedshiftParameters.Builder |
port(Integer port)
Port.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRedshiftParameters.Builder host(String host)
Host. This field can be blank if ClusterId is provided.
host - Host. This field can be blank if ClusterId is provided.RedshiftParameters.Builder port(Integer port)
Port. This field can be blank if the ClusterId is provided.
port - Port. This field can be blank if the ClusterId is provided.RedshiftParameters.Builder database(String database)
Database.
database - Database.RedshiftParameters.Builder clusterId(String clusterId)
Cluster ID. This field can be blank if the Host and Port are provided.
clusterId - Cluster ID. This field can be blank if the Host and Port are provided.Copyright © 2023. All rights reserved.