Uses of Interface
software.amazon.awssdk.services.opsworks.model.RdsDbInstance.Builder
-
Packages that use RdsDbInstance.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of RdsDbInstance.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return RdsDbInstance.Builder Modifier and Type Method Description RdsDbInstance.BuilderRdsDbInstance.Builder. address(String address)The instance's address.static RdsDbInstance.BuilderRdsDbInstance. builder()RdsDbInstance.BuilderRdsDbInstance.Builder. dbInstanceIdentifier(String dbInstanceIdentifier)The database instance identifier.RdsDbInstance.BuilderRdsDbInstance.Builder. dbPassword(String dbPassword)OpsWorks Stacks returns*****FILTERED*****instead of the actual value.RdsDbInstance.BuilderRdsDbInstance.Builder. dbUser(String dbUser)The master user name.RdsDbInstance.BuilderRdsDbInstance.Builder. engine(String engine)The instance's database engine.RdsDbInstance.BuilderRdsDbInstance.Builder. missingOnRds(Boolean missingOnRds)Set totrueif OpsWorks Stacks is unable to discover the Amazon RDS instance.RdsDbInstance.BuilderRdsDbInstance.Builder. rdsDbInstanceArn(String rdsDbInstanceArn)The instance's ARN.RdsDbInstance.BuilderRdsDbInstance.Builder. region(String region)The instance's Amazon Web Services Region.RdsDbInstance.BuilderRdsDbInstance.Builder. stackId(String stackId)The ID of the stack with which the instance is registered.RdsDbInstance.BuilderRdsDbInstance. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type RdsDbInstance.Builder Modifier and Type Method Description static Class<? extends RdsDbInstance.Builder>RdsDbInstance. serializableBuilderClass()
-