@Stability(value=Stable) public static final class CfnDBCluster.DBClusterRoleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDBCluster.DBClusterRoleProperty>
CfnDBCluster.DBClusterRoleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBCluster.DBClusterRoleProperty |
build()
Builds the configured instance.
|
CfnDBCluster.DBClusterRoleProperty.Builder |
featureName(String featureName)
Sets the value of
CfnDBCluster.DBClusterRoleProperty.getFeatureName() |
CfnDBCluster.DBClusterRoleProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnDBCluster.DBClusterRoleProperty.getRoleArn() |
@Stability(value=Stable) public CfnDBCluster.DBClusterRoleProperty.Builder roleArn(String roleArn)
CfnDBCluster.DBClusterRoleProperty.getRoleArn()roleArn - The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster. This parameter is required.this@Stability(value=Stable) public CfnDBCluster.DBClusterRoleProperty.Builder featureName(String featureName)
CfnDBCluster.DBClusterRoleProperty.getFeatureName()featureName - The name of the feature associated with the AWS Identity and Access Management (IAM) role.
IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf. For the list of supported feature names, see the SupportedFeatureNames description in DBEngineVersion in the Amazon RDS API Reference .this@Stability(value=Stable) public CfnDBCluster.DBClusterRoleProperty build()
build in interface software.amazon.jsii.Builder<CfnDBCluster.DBClusterRoleProperty>CfnDBCluster.DBClusterRolePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.