public static interface RdsHttpEndpointConfig.Builder extends SdkPojo, CopyableBuilder<RdsHttpEndpointConfig.Builder,RdsHttpEndpointConfig>
Modifier and Type | Method and Description |
---|---|
RdsHttpEndpointConfig.Builder |
awsRegion(String awsRegion)
AWS Region for RDS HTTP endpoint.
|
RdsHttpEndpointConfig.Builder |
awsSecretStoreArn(String awsSecretStoreArn)
AWS secret store ARN for database credentials.
|
RdsHttpEndpointConfig.Builder |
databaseName(String databaseName)
Logical database name.
|
RdsHttpEndpointConfig.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
Amazon RDS cluster identifier.
|
RdsHttpEndpointConfig.Builder |
schema(String schema)
Logical schema name.
|
copy
applyMutation, build
RdsHttpEndpointConfig.Builder awsRegion(String awsRegion)
AWS Region for RDS HTTP endpoint.
awsRegion
- AWS Region for RDS HTTP endpoint.RdsHttpEndpointConfig.Builder dbClusterIdentifier(String dbClusterIdentifier)
Amazon RDS cluster identifier.
dbClusterIdentifier
- Amazon RDS cluster identifier.RdsHttpEndpointConfig.Builder databaseName(String databaseName)
Logical database name.
databaseName
- Logical database name.RdsHttpEndpointConfig.Builder schema(String schema)
Logical schema name.
schema
- Logical schema name.RdsHttpEndpointConfig.Builder awsSecretStoreArn(String awsSecretStoreArn)
AWS secret store ARN for database credentials.
awsSecretStoreArn
- AWS secret store ARN for database credentials.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.