public static interface AssociateResolverRuleRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<AssociateResolverRuleRequest.Builder,AssociateResolverRuleRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateResolverRuleRequest.Builder |
name(String name)
A name for the association that you're creating between a Resolver rule and a VPC.
|
AssociateResolverRuleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateResolverRuleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateResolverRuleRequest.Builder |
resolverRuleId(String resolverRuleId)
The ID of the Resolver rule that you want to associate with the VPC.
|
AssociateResolverRuleRequest.Builder |
vpcId(String vpcId)
The ID of the VPC that you want to associate the Resolver rule with.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateResolverRuleRequest.Builder resolverRuleId(String resolverRuleId)
The ID of the Resolver rule that you want to associate with the VPC. To list the existing Resolver rules, use ListResolverRules.
resolverRuleId - The ID of the Resolver rule that you want to associate with the VPC. To list the existing Resolver
rules, use ListResolverRules.AssociateResolverRuleRequest.Builder name(String name)
A name for the association that you're creating between a Resolver rule and a VPC.
name - A name for the association that you're creating between a Resolver rule and a VPC.AssociateResolverRuleRequest.Builder vpcId(String vpcId)
The ID of the VPC that you want to associate the Resolver rule with.
vpcId - The ID of the VPC that you want to associate the Resolver rule with.AssociateResolverRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateResolverRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.