@Stability(value=Stable) public static final class CfnResolverRuleAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnResolverRuleAssociationProps>
CfnResolverRuleAssociationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResolverRuleAssociationProps |
build()
Builds the configured instance.
|
CfnResolverRuleAssociationProps.Builder |
name(String name)
Sets the value of
CfnResolverRuleAssociationProps.getName() |
CfnResolverRuleAssociationProps.Builder |
resolverRuleId(String resolverRuleId)
Sets the value of
CfnResolverRuleAssociationProps.getResolverRuleId() |
CfnResolverRuleAssociationProps.Builder |
vpcId(String vpcId)
Sets the value of
CfnResolverRuleAssociationProps.getVpcId() |
@Stability(value=Stable) public CfnResolverRuleAssociationProps.Builder resolverRuleId(String resolverRuleId)
CfnResolverRuleAssociationProps.getResolverRuleId()resolverRuleId - The ID of the Resolver rule that you associated with the VPC that is specified by `VPCId` . This parameter is required.this@Stability(value=Stable) public CfnResolverRuleAssociationProps.Builder vpcId(String vpcId)
CfnResolverRuleAssociationProps.getVpcId()vpcId - The ID of the VPC that you associated the Resolver rule with. This parameter is required.this@Stability(value=Stable) public CfnResolverRuleAssociationProps.Builder name(String name)
CfnResolverRuleAssociationProps.getName()name - The name of an association between a Resolver rule and a VPC.this@Stability(value=Stable) public CfnResolverRuleAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnResolverRuleAssociationProps>CfnResolverRuleAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.