Class AwsRdsDbClusterAssociatedRole
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsRdsDbClusterAssociatedRole
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsRdsDbClusterAssociatedRole.Builder,AwsRdsDbClusterAssociatedRole>
@Generated("software.amazon.awssdk:codegen") public final class AwsRdsDbClusterAssociatedRole extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRdsDbClusterAssociatedRole.Builder,AwsRdsDbClusterAssociatedRole>
An IAM role that is associated with the Amazon RDS DB cluster.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsRdsDbClusterAssociatedRole.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsRdsDbClusterAssociatedRole.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleArn()The ARN of the IAM role.List<SdkField<?>>sdkFields()static Class<? extends AwsRdsDbClusterAssociatedRole.Builder>serializableBuilderClass()Stringstatus()The status of the association between the IAM role and the DB cluster.AwsRdsDbClusterAssociatedRole.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
roleArn
public final String roleArn()
The ARN of the IAM role.
- Returns:
- The ARN of the IAM role.
-
status
public final String status()
The status of the association between the IAM role and the DB cluster. Valid values are as follows:
-
ACTIVE -
INVALID -
PENDING
- Returns:
- The status of the association between the IAM role and the DB cluster. Valid values are as follows:
-
ACTIVE -
INVALID -
PENDING
-
-
-
toBuilder
public AwsRdsDbClusterAssociatedRole.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsRdsDbClusterAssociatedRole.Builder,AwsRdsDbClusterAssociatedRole>
-
builder
public static AwsRdsDbClusterAssociatedRole.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsRdsDbClusterAssociatedRole.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-