Class DBInstanceRole
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DBInstanceRole.Builder,DBInstanceRole>
Information about an Amazon Web Services Identity and Access Management (IAM) role that is associated with a DB instance.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DBInstanceRole.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringroleArn()The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.static Class<? extends DBInstanceRole.Builder>final Stringstatus()Information about the state of association between the IAM role and the DB instance.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
roleArn
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
-
featureName
The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role. For information about supported feature names, see
DBEngineVersion.- Returns:
- The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM)
role. For information about supported feature names, see
DBEngineVersion.
-
status
Information about the state of association between the IAM role and the DB instance. The Status property returns one of the following values:
-
ACTIVE- the IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf. -
PENDING- the IAM role ARN is being associated with the DB instance. -
INVALID- the IAM role ARN is associated with the DB instance, but the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
- Returns:
- Information about the state of association between the IAM role and the DB instance. The Status property
returns one of the following values:
-
ACTIVE- the IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf. -
PENDING- the IAM role ARN is being associated with the DB instance. -
INVALID- the IAM role ARN is associated with the DB instance, but the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
-
-
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DBInstanceRole.Builder,DBInstanceRole>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-