Interface RdsDbInstance.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RdsDbInstance.Builder,
,RdsDbInstance> SdkBuilder<RdsDbInstance.Builder,
,RdsDbInstance> SdkPojo
- Enclosing class:
RdsDbInstance
public static interface RdsDbInstance.Builder
extends SdkPojo, CopyableBuilder<RdsDbInstance.Builder,RdsDbInstance>
-
Method Summary
Modifier and TypeMethodDescriptionThe instance's address.dbInstanceIdentifier
(String dbInstanceIdentifier) The DB instance identifier.dbPassword
(String dbPassword) AWS OpsWorks Stacks returns*****FILTERED*****
instead of the actual value.The master user name.The instance's database engine.missingOnRds
(Boolean missingOnRds) Set totrue
if AWS OpsWorks Stacks is unable to discover the Amazon RDS instance.rdsDbInstanceArn
(String rdsDbInstanceArn) The instance's ARN.The instance's AWS region.The ID of the stack with which the instance is registered.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 Details
-
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
The DB instance identifier.
- Parameters:
dbInstanceIdentifier
- The DB instance identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
AWS OpsWorks Stacks returns
*****FILTERED*****
instead of the actual value.- Parameters:
dbPassword
- AWS 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
The instance's AWS region.
- Parameters:
region
- The instance's AWS region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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
Set to
true
if AWS OpsWorks Stacks is unable to discover the Amazon RDS instance. AWS OpsWorks Stacks attempts to discover the instance only once. If this value is set totrue
, you must deregister the instance, and then register it again.- Parameters:
missingOnRds
- Set totrue
if AWS OpsWorks Stacks is unable to discover the Amazon RDS instance. AWS OpsWorks Stacks attempts to discover the instance only once. If this value is set totrue
, 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.
-