@Stability(value=Stable) public static final class CfnDBInstance.DBInstanceRoleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDBInstance.DBInstanceRoleProperty>
CfnDBInstance.DBInstanceRoleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBInstance.DBInstanceRoleProperty |
build()
Builds the configured instance.
|
CfnDBInstance.DBInstanceRoleProperty.Builder |
featureName(String featureName)
Sets the value of
CfnDBInstance.DBInstanceRoleProperty.getFeatureName() |
CfnDBInstance.DBInstanceRoleProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnDBInstance.DBInstanceRoleProperty.getRoleArn() |
@Stability(value=Stable) public CfnDBInstance.DBInstanceRoleProperty.Builder featureName(String featureName)
CfnDBInstance.DBInstanceRoleProperty.getFeatureName()featureName - The name of the feature associated with the AWS Identity and Access Management (IAM) role. This parameter is required.
IAM roles that are associated with a DB instance grant permission for the DB instance 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 CfnDBInstance.DBInstanceRoleProperty.Builder roleArn(String roleArn)
CfnDBInstance.DBInstanceRoleProperty.getRoleArn()roleArn - The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance. This parameter is required.this@Stability(value=Stable) public CfnDBInstance.DBInstanceRoleProperty build()
build in interface software.amazon.jsii.Builder<CfnDBInstance.DBInstanceRoleProperty>CfnDBInstance.DBInstanceRolePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.