Interface DBClusterAssociatedRole.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DBClusterAssociatedRole.Builder,,DBClusterAssociatedRole> SdkBuilder<DBClusterAssociatedRole.Builder,,DBClusterAssociatedRole> SdkPojo
- Enclosing class:
DBClusterAssociatedRole
@Mutable
@NotThreadSafe
public static interface DBClusterAssociatedRole.Builder
extends SdkPojo, CopyableBuilder<DBClusterAssociatedRole.Builder,DBClusterAssociatedRole>
-
Method Summary
Modifier and TypeMethodDescriptionfeatureName(String featureName) The name of the feature associated with the IAM role.The Amazon Resource Name (ARN) of the IAM role to associate with the DB cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
roleArn
The Amazon Resource Name (ARN) of the IAM role to associate with the DB cluster.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role to associate with the DB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureName
The name of the feature associated with the IAM role. For information about supported feature names, see DBEngineVersion.
- Parameters:
featureName- The name of the feature associated with the IAM role. For information about supported feature names, see DBEngineVersion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-