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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RdsDbInstance.Builderaddress(String address)The instance's address.RdsDbInstance.BuilderdbInstanceIdentifier(String dbInstanceIdentifier)The DB instance identifier.RdsDbInstance.BuilderdbPassword(String dbPassword)AWS OpsWorks Stacks returns*****FILTERED*****instead of the actual value.RdsDbInstance.BuilderdbUser(String dbUser)The master user name.RdsDbInstance.Builderengine(String engine)The instance's database engine.RdsDbInstance.BuildermissingOnRds(Boolean missingOnRds)Set totrueif AWS OpsWorks Stacks is unable to discover the Amazon RDS instance.RdsDbInstance.BuilderrdsDbInstanceArn(String rdsDbInstanceArn)The instance's ARN.RdsDbInstance.Builderregion(String region)The instance's AWS region.RdsDbInstance.BuilderstackId(String stackId)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 Detail
-
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 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
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)
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
RdsDbInstance.Builder region(String 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
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
trueif 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 totrueif 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.
-
-