Interface RdsHttpEndpointConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RdsHttpEndpointConfig.Builder,RdsHttpEndpointConfig>,SdkBuilder<RdsHttpEndpointConfig.Builder,RdsHttpEndpointConfig>,SdkPojo
- Enclosing class:
- RdsHttpEndpointConfig
public static interface RdsHttpEndpointConfig.Builder extends SdkPojo, CopyableBuilder<RdsHttpEndpointConfig.Builder,RdsHttpEndpointConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RdsHttpEndpointConfig.BuilderawsRegion(String awsRegion)Amazon Web Services Region for Amazon RDS HTTP endpoint.RdsHttpEndpointConfig.BuilderawsSecretStoreArn(String awsSecretStoreArn)Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.RdsHttpEndpointConfig.BuilderdatabaseName(String databaseName)Logical database name.RdsHttpEndpointConfig.BuilderdbClusterIdentifier(String dbClusterIdentifier)Amazon RDS cluster Amazon Resource Name (ARN).RdsHttpEndpointConfig.Builderschema(String schema)Logical schema name.-
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, sdkFields
-
-
-
-
Method Detail
-
awsRegion
RdsHttpEndpointConfig.Builder awsRegion(String awsRegion)
Amazon Web Services Region for Amazon RDS HTTP endpoint.
- Parameters:
awsRegion- Amazon Web Services Region for Amazon RDS HTTP endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterIdentifier
RdsHttpEndpointConfig.Builder dbClusterIdentifier(String dbClusterIdentifier)
Amazon RDS cluster Amazon Resource Name (ARN).
- Parameters:
dbClusterIdentifier- Amazon RDS cluster Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
RdsHttpEndpointConfig.Builder databaseName(String databaseName)
Logical database name.
- Parameters:
databaseName- Logical database name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
RdsHttpEndpointConfig.Builder schema(String schema)
Logical schema name.
- Parameters:
schema- Logical schema name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsSecretStoreArn
RdsHttpEndpointConfig.Builder awsSecretStoreArn(String awsSecretStoreArn)
Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.
- Parameters:
awsSecretStoreArn- Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-