Interface RdsConfiguration.Builder

    • Method Detail

      • resourceArn

        RdsConfiguration.Builder resourceArn​(String resourceArn)
        Sets the value of the ResourceArn property for this object.
        Parameters:
        resourceArn - The new value for the ResourceArn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • credentialsSecretArn

        RdsConfiguration.Builder credentialsSecretArn​(String credentialsSecretArn)
        Sets the value of the CredentialsSecretArn property for this object.
        Parameters:
        credentialsSecretArn - The new value for the CredentialsSecretArn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        RdsConfiguration.Builder databaseName​(String databaseName)
        Sets the value of the DatabaseName property for this object.
        Parameters:
        databaseName - The new value for the DatabaseName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        RdsConfiguration.Builder tableName​(String tableName)
        Sets the value of the TableName property for this object.
        Parameters:
        tableName - The new value for the TableName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldMapping

        RdsConfiguration.Builder fieldMapping​(RdsFieldMapping fieldMapping)
        Sets the value of the FieldMapping property for this object.
        Parameters:
        fieldMapping - The new value for the FieldMapping property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.