@Generated(value="software.amazon.awssdk:codegen") public final class DBClusterRole extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DBClusterRole.Builder,DBClusterRole>
Describes an Identity and Access Management (IAM) role that is associated with a cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DBClusterRole.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DBClusterRole.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
roleArn()
The Amazon Resource Name (ARN) of the IAMrole that is associated with the DB cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DBClusterRole.Builder> |
serializableBuilderClass() |
String |
status()
Describes the state of association between the IAMrole and the cluster.
|
DBClusterRole.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String roleArn()
The Amazon Resource Name (ARN) of the IAMrole that is associated with the DB cluster.
public final String status()
Describes the state of association between the IAMrole and the cluster. The Status property returns
one of the following values:
ACTIVE - The IAMrole ARN is associated with the cluster and can be used to access other Amazon Web
Services services on your behalf.
PENDING - The IAMrole ARN is being associated with the cluster.
INVALID - The IAMrole ARN is associated with the cluster, but the cluster cannot assume the IAMrole
to access other Amazon Web Services services on your behalf.
Status property
returns one of the following values:
ACTIVE - The IAMrole ARN is associated with the cluster and can be used to access other
Amazon Web Services services on your behalf.
PENDING - The IAMrole ARN is being associated with the cluster.
INVALID - The IAMrole ARN is associated with the cluster, but the cluster cannot assume the
IAMrole to access other Amazon Web Services services on your behalf.
public DBClusterRole.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DBClusterRole.Builder,DBClusterRole>public static DBClusterRole.Builder builder()
public static Class<? extends DBClusterRole.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.