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)
Add an optional request override configuration.
|
AssociateResolverRuleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
AssociateResolverRuleRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateResolverRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.