@Stability(value=Stable) public static final class CfnResolverRuleAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnResolverRuleAssociation>
CfnResolverRuleAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnResolverRuleAssociation |
build() |
static CfnResolverRuleAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnResolverRuleAssociation.Builder |
name(String name)
The name of an association between a Resolver rule and a VPC.
|
CfnResolverRuleAssociation.Builder |
resolverRuleId(String resolverRuleId)
The ID of the Resolver rule that you associated with the VPC that is specified by `VPCId` .
|
CfnResolverRuleAssociation.Builder |
vpcId(String vpcId)
The ID of the VPC that you associated the Resolver rule with.
|
@Stability(value=Stable) public static CfnResolverRuleAssociation.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnResolverRuleAssociation.Builder.@Stability(value=Stable) public CfnResolverRuleAssociation.Builder resolverRuleId(String resolverRuleId)
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 CfnResolverRuleAssociation.Builder vpcId(String vpcId)
vpcId - The ID of the VPC that you associated the Resolver rule with. This parameter is required.this@Stability(value=Stable) public CfnResolverRuleAssociation.Builder name(String name)
name - The name of an association between a Resolver rule and a VPC. This parameter is required.this@Stability(value=Stable) public CfnResolverRuleAssociation build()
build in interface software.amazon.jsii.Builder<CfnResolverRuleAssociation>Copyright © 2022. All rights reserved.