@Generated(value="software.amazon.awssdk:codegen") public final class RdsDbInstance extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RdsDbInstance.Builder,RdsDbInstance>
Describes an Amazon RDS instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RdsDbInstance.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
The instance's address.
|
static RdsDbInstance.Builder |
builder() |
String |
dbInstanceIdentifier()
The DB instance identifier.
|
String |
dbPassword()
AWS OpsWorks Stacks returns
*****FILTERED***** instead of the actual value. |
String |
dbUser()
The master user name.
|
String |
engine()
The instance's database engine.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
missingOnRds()
Set to
true if AWS OpsWorks Stacks is unable to discover the Amazon RDS instance. |
String |
rdsDbInstanceArn()
The instance's ARN.
|
String |
region()
The instance's AWS region.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RdsDbInstance.Builder> |
serializableBuilderClass() |
String |
stackId()
The ID of the stack with which the instance is registered.
|
RdsDbInstance.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String rdsDbInstanceArn()
The instance's ARN.
public final String dbInstanceIdentifier()
The DB instance identifier.
public final String dbUser()
The master user name.
public final String dbPassword()
AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value.
*****FILTERED***** instead of the actual value.public final String region()
The instance's AWS region.
public final String address()
The instance's address.
public final String engine()
The instance's database engine.
public final String stackId()
The ID of the stack with which the instance is registered.
public final Boolean 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 to true, you must
deregister the instance, and then register it again.
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 to true,
you must deregister the instance, and then register it again.public RdsDbInstance.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RdsDbInstance.Builder,RdsDbInstance>public static RdsDbInstance.Builder builder()
public static Class<? extends RdsDbInstance.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.