public static interface ResolverRuleAssociation.Builder extends SdkPojo, CopyableBuilder<ResolverRuleAssociation.Builder,ResolverRuleAssociation>
Modifier and Type | Method and Description |
---|---|
ResolverRuleAssociation.Builder |
id(String id)
The ID of the association between a resolver rule and a VPC.
|
ResolverRuleAssociation.Builder |
name(String name)
The name of an association between a resolver rule and a VPC.
|
ResolverRuleAssociation.Builder |
resolverRuleId(String resolverRuleId)
The ID of the resolver rule that you associated with the VPC that is specified by
VPCId . |
ResolverRuleAssociation.Builder |
status(ResolverRuleAssociationStatus status)
A code that specifies the current status of the association between a resolver rule and a VPC.
|
ResolverRuleAssociation.Builder |
status(String status)
A code that specifies the current status of the association between a resolver rule and a VPC.
|
ResolverRuleAssociation.Builder |
statusMessage(String statusMessage)
A detailed description of the status of the association between a resolver rule and a VPC.
|
ResolverRuleAssociation.Builder |
vpcId(String vpcId)
The ID of the VPC that you associated the resolver rule with.
|
copy
applyMutation, build
ResolverRuleAssociation.Builder id(String id)
The ID of the association between a resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.
id
- The ID of the association between a resolver rule and a VPC. Resolver assigns this value when you
submit an AssociateResolverRule request.ResolverRuleAssociation.Builder resolverRuleId(String resolverRuleId)
The ID of the resolver rule that you associated with the VPC that is specified by VPCId
.
resolverRuleId
- The ID of the resolver rule that you associated with the VPC that is specified by VPCId
.ResolverRuleAssociation.Builder name(String name)
The name of an association between a resolver rule and a VPC.
name
- The name of an association between a resolver rule and a VPC.ResolverRuleAssociation.Builder vpcId(String vpcId)
The ID of the VPC that you associated the resolver rule with.
vpcId
- The ID of the VPC that you associated the resolver rule with.ResolverRuleAssociation.Builder status(String status)
A code that specifies the current status of the association between a resolver rule and a VPC.
status
- A code that specifies the current status of the association between a resolver rule and a VPC.ResolverRuleAssociationStatus
,
ResolverRuleAssociationStatus
ResolverRuleAssociation.Builder status(ResolverRuleAssociationStatus status)
A code that specifies the current status of the association between a resolver rule and a VPC.
status
- A code that specifies the current status of the association between a resolver rule and a VPC.ResolverRuleAssociationStatus
,
ResolverRuleAssociationStatus
ResolverRuleAssociation.Builder statusMessage(String statusMessage)
A detailed description of the status of the association between a resolver rule and a VPC.
statusMessage
- A detailed description of the status of the association between a resolver rule and a VPC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.