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.
|
buildoverrideConfigurationcopyapplyMutation, buildDisassociateResolverRuleRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DisassociateResolverRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.