Class DBClusterAssociatedRole
java.lang.Object
software.amazon.awssdk.services.rds.model.DBClusterAssociatedRole
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DBClusterAssociatedRole.Builder,DBClusterAssociatedRole>
@Generated("software.amazon.awssdk:codegen")
public final class DBClusterAssociatedRole
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<DBClusterAssociatedRole.Builder,DBClusterAssociatedRole>
Contains information about an Amazon Web Services Identity and Access Management (IAM) role to associate with a DB
cluster. You can specify this structure in the AssociatedRoles parameter of CreateDBCluster,
RestoreDBClusterFromS3, RestoreDBClusterFromSnapshot, and RestoreDBClusterToPointInTime.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe name of the feature associated with the 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 to associate with the DB cluster.static Class<? extends DBClusterAssociatedRole.Builder>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 to associate with the DB cluster.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role to associate with the DB cluster.
-
featureName
The name of the feature associated with the IAM role. For information about supported feature names, see DBEngineVersion.
- Returns:
- The name of the feature associated with the IAM role. For information about supported feature names, see DBEngineVersion.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DBClusterAssociatedRole.Builder,DBClusterAssociatedRole>
-
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
-