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 database instance identifier.dbPassword
(String dbPassword) OpsWorks Stacks returns*****FILTERED*****
instead of the actual value.The master user name.The instance's database engine.missingOnRds
(Boolean missingOnRds) Set totrue
if OpsWorks Stacks is unable to discover the Amazon RDS instance.rdsDbInstanceArn
(String rdsDbInstanceArn) The instance's ARN.The instance's Amazon Web Services 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 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
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
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
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
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 OpsWorks Stacks is unable to discover the Amazon RDS instance. 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 OpsWorks Stacks is unable to discover the Amazon RDS instance. 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.
-