Interface ResolverRuleAssociation.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ResolverRuleAssociation.Builder,,ResolverRuleAssociation> SdkBuilder<ResolverRuleAssociation.Builder,,ResolverRuleAssociation> SdkPojo
- Enclosing class:
 ResolverRuleAssociation
public static interface ResolverRuleAssociation.Builder
extends SdkPojo, CopyableBuilder<ResolverRuleAssociation.Builder,ResolverRuleAssociation> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ID of the association between a Resolver rule and a VPC.The name of an association between a Resolver rule and a VPC.resolverRuleId(String resolverRuleId) The ID of the Resolver rule that you associated with the VPC that is specified byVPCId.A code that specifies the current status of the association between a Resolver rule and a VPC.status(ResolverRuleAssociationStatus status) A code that specifies the current status of the association between a Resolver rule and a VPC.statusMessage(String statusMessage) A detailed description of the status of the association between a Resolver rule and a VPC.The ID of the VPC that you associated the Resolver rule with.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
id
The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.
- Parameters:
 id- The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resolverRuleId
The ID of the Resolver rule that you associated with the VPC that is specified by
VPCId.- Parameters:
 resolverRuleId- The ID of the Resolver rule that you associated with the VPC that is specified byVPCId.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name of an association between a Resolver rule and a VPC.
- Parameters:
 name- The name of an association between a Resolver rule and a VPC.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcId
The ID of the VPC that you associated the Resolver rule with.
- Parameters:
 vpcId- The ID of the VPC that you associated the Resolver rule with.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
status
A code that specifies the current status of the association between a Resolver rule and a VPC.
- Parameters:
 status- A code that specifies the current status of the association between a Resolver rule and a VPC.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
A code that specifies the current status of the association between a Resolver rule and a VPC.
- Parameters:
 status- A code that specifies the current status of the association between a Resolver rule and a VPC.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statusMessage
A detailed description of the status of the association between a Resolver rule and a VPC.
- Parameters:
 statusMessage- A detailed description of the status of the association between a Resolver rule and a VPC.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -