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 Details

    • 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

      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.