public static interface DisassociateResolverRuleRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<DisassociateResolverRuleRequest.Builder,DisassociateResolverRuleRequest>
Modifier and Type | Method and Description |
---|---|
DisassociateResolverRuleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DisassociateResolverRuleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DisassociateResolverRuleRequest.Builder |
resolverRuleId(String resolverRuleId)
The ID of the resolver rule that you want to disassociate from the specified VPC.
|
DisassociateResolverRuleRequest.Builder |
vpcId(String vpcId)
The ID of the VPC that you want to disassociate the resolver rule from.
|
build
overrideConfiguration
copy
applyMutation, build
DisassociateResolverRuleRequest.Builder vpcId(String vpcId)
The ID of the VPC that you want to disassociate the resolver rule from.
vpcId
- The ID of the VPC that you want to disassociate the resolver rule from.DisassociateResolverRuleRequest.Builder resolverRuleId(String resolverRuleId)
The ID of the resolver rule that you want to disassociate from the specified VPC.
resolverRuleId
- The ID of the resolver rule that you want to disassociate from the specified VPC.DisassociateResolverRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DisassociateResolverRuleRequest.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.