public static final class CfnResolverRuleAssociation.Builder
extends java.lang.Object
CfnResolverRuleAssociation
.Modifier and Type | Method and Description |
---|---|
CfnResolverRuleAssociation |
build() |
static CfnResolverRuleAssociation.Builder |
create(Construct scope,
java.lang.String id) |
CfnResolverRuleAssociation.Builder |
name(java.lang.String name)
The name of an association between a Resolver rule and a VPC.
|
CfnResolverRuleAssociation.Builder |
resolverRuleId(java.lang.String resolverRuleId)
The ID of the Resolver rule that you associated with the VPC that is specified by `VPCId` .
|
CfnResolverRuleAssociation.Builder |
vpcId(java.lang.String vpcId)
The ID of the VPC that you associated the Resolver rule with.
|
public static CfnResolverRuleAssociation.Builder create(Construct scope, java.lang.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
.public CfnResolverRuleAssociation.Builder resolverRuleId(java.lang.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
public CfnResolverRuleAssociation.Builder vpcId(java.lang.String vpcId)
vpcId
- The ID of the VPC that you associated the Resolver rule with. This parameter is required.this
public CfnResolverRuleAssociation.Builder name(java.lang.String name)
name
- The name of an association between a Resolver rule and a VPC. This parameter is required.this
public CfnResolverRuleAssociation build()