Interface RdsHttpEndpointConfig.Builder

    • 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.