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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResolverRuleAssociation.Builderid(String id)The ID of the association between a Resolver rule and a VPC.ResolverRuleAssociation.Buildername(String name)The name of an association between a Resolver rule and a VPC.ResolverRuleAssociation.BuilderresolverRuleId(String resolverRuleId)The ID of the Resolver rule that you associated with the VPC that is specified byVPCId.ResolverRuleAssociation.Builderstatus(String status)A code that specifies the current status of the association between a Resolver rule and a VPC.ResolverRuleAssociation.Builderstatus(ResolverRuleAssociationStatus status)A code that specifies the current status of the association between a Resolver rule and a VPC.ResolverRuleAssociation.BuilderstatusMessage(String statusMessage)A detailed description of the status of the association between a Resolver rule and a VPC.ResolverRuleAssociation.BuildervpcId(String vpcId)The ID of the VPC that you associated the Resolver rule with.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
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.
- 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
ResolverRuleAssociation.Builder resolverRuleId(String 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
ResolverRuleAssociation.Builder name(String 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
ResolverRuleAssociation.Builder vpcId(String 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
ResolverRuleAssociation.Builder status(String 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:
ResolverRuleAssociationStatus,ResolverRuleAssociationStatus
-
status
ResolverRuleAssociation.Builder status(ResolverRuleAssociationStatus 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:
ResolverRuleAssociationStatus,ResolverRuleAssociationStatus
-
statusMessage
ResolverRuleAssociation.Builder statusMessage(String 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.
-
-