Package com.pulumi.aws.appflow.outputs
Class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift.Builder
- java.lang.Object
-
- com.pulumi.aws.appflow.outputs.ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift.Builder
-
public static final class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift defaults)
-
-
Method Detail
-
bucketName
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift.Builder bucketName(java.lang.String bucketName)
-
bucketPrefix
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift.Builder bucketPrefix(@Nullable java.lang.String bucketPrefix)
-
clusterIdentifier
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift.Builder clusterIdentifier(@Nullable java.lang.String clusterIdentifier)
-
dataApiRoleArn
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift.Builder dataApiRoleArn(@Nullable java.lang.String dataApiRoleArn)
-
databaseName
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift.Builder databaseName(@Nullable java.lang.String databaseName)
-
databaseUrl
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift.Builder databaseUrl(@Nullable java.lang.String databaseUrl)
-
roleArn
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift.Builder roleArn(java.lang.String roleArn)
-
build
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift build()
-
-