@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 Amazon Identity and Access Management (IAM) role.
For the list of supported feature names, see DescribeDBEngineVersions .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.