Interface RdsDbInstance.Builder

  • Method Details

    • rdsDbInstanceArn

      RdsDbInstance.Builder rdsDbInstanceArn(String rdsDbInstanceArn)

      The instance's ARN.

      Parameters:
      rdsDbInstanceArn - The instance's ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbInstanceIdentifier

      RdsDbInstance.Builder dbInstanceIdentifier(String dbInstanceIdentifier)

      The database instance identifier.

      Parameters:
      dbInstanceIdentifier - The database instance identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbUser

      RdsDbInstance.Builder dbUser(String dbUser)

      The master user name.

      Parameters:
      dbUser - The master user name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbPassword

      RdsDbInstance.Builder dbPassword(String dbPassword)

      OpsWorks Stacks returns *****FILTERED***** instead of the actual value.

      Parameters:
      dbPassword - OpsWorks Stacks returns *****FILTERED***** instead of the actual value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • region

      RdsDbInstance.Builder region(String region)

      The instance's Amazon Web Services Region.

      Parameters:
      region - The instance's Amazon Web Services Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • address

      RdsDbInstance.Builder address(String address)

      The instance's address.

      Parameters:
      address - The instance's address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • engine

      RdsDbInstance.Builder engine(String engine)

      The instance's database engine.

      Parameters:
      engine - The instance's database engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackId

      RdsDbInstance.Builder stackId(String stackId)

      The ID of the stack with which the instance is registered.

      Parameters:
      stackId - The ID of the stack with which the instance is registered.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • missingOnRds

      RdsDbInstance.Builder missingOnRds(Boolean missingOnRds)

      Set to true if OpsWorks Stacks is unable to discover the Amazon RDS instance. OpsWorks Stacks attempts to discover the instance only once. If this value is set to true, you must deregister the instance, and then register it again.

      Parameters:
      missingOnRds - Set to true if OpsWorks Stacks is unable to discover the Amazon RDS instance. OpsWorks Stacks attempts to discover the instance only once. If this value is set to true, you must deregister the instance, and then register it again.
      Returns:
      Returns a reference to this object so that method calls can be chained together.