@Stability(value=Stable) public static final class CfnEndpoint.DynamoDbSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpoint.DynamoDbSettingsProperty>
CfnEndpoint.DynamoDbSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEndpoint.DynamoDbSettingsProperty |
build()
Builds the configured instance.
|
CfnEndpoint.DynamoDbSettingsProperty.Builder |
serviceAccessRoleArn(String serviceAccessRoleArn)
Sets the value of
CfnEndpoint.DynamoDbSettingsProperty.getServiceAccessRoleArn() |
@Stability(value=Stable) public CfnEndpoint.DynamoDbSettingsProperty.Builder serviceAccessRoleArn(String serviceAccessRoleArn)
CfnEndpoint.DynamoDbSettingsProperty.getServiceAccessRoleArn()serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service to access the IAM role.
The role must allow the iam:PassRole action.this@Stability(value=Stable) public CfnEndpoint.DynamoDbSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnEndpoint.DynamoDbSettingsProperty>CfnEndpoint.DynamoDbSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.