public static interface RdsHttpEndpointConfig.Builder extends SdkPojo, CopyableBuilder<RdsHttpEndpointConfig.Builder,RdsHttpEndpointConfig>
| Modifier and Type | Method and Description |
|---|---|
RdsHttpEndpointConfig.Builder |
awsRegion(String awsRegion)
Amazon Web Services Region for Amazon RDS HTTP endpoint.
|
RdsHttpEndpointConfig.Builder |
awsSecretStoreArn(String awsSecretStoreArn)
Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.
|
RdsHttpEndpointConfig.Builder |
databaseName(String databaseName)
Logical database name.
|
RdsHttpEndpointConfig.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
Amazon RDS cluster Amazon Resource Name (ARN).
|
RdsHttpEndpointConfig.Builder |
schema(String schema)
Logical schema name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRdsHttpEndpointConfig.Builder awsRegion(String awsRegion)
Amazon Web Services Region for Amazon RDS HTTP endpoint.
awsRegion - Amazon Web Services Region for Amazon RDS HTTP endpoint.RdsHttpEndpointConfig.Builder dbClusterIdentifier(String dbClusterIdentifier)
Amazon RDS cluster Amazon Resource Name (ARN).
dbClusterIdentifier - Amazon RDS cluster Amazon Resource Name (ARN).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)
Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.
awsSecretStoreArn - Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.Copyright © 2023. All rights reserved.