public static interface DisassociateVpcFromHostedZoneRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<DisassociateVpcFromHostedZoneRequest.Builder,DisassociateVpcFromHostedZoneRequest>
Modifier and Type | Method and Description |
---|---|
DisassociateVpcFromHostedZoneRequest.Builder |
comment(String comment)
Optional: A comment about the disassociation request.
|
DisassociateVpcFromHostedZoneRequest.Builder |
hostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to disassociate a VPC from.
|
DisassociateVpcFromHostedZoneRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DisassociateVpcFromHostedZoneRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default DisassociateVpcFromHostedZoneRequest.Builder |
vpc(Consumer<VPC.Builder> vpc)
A complex type that contains information about the VPC that you're disassociating from the specified hosted
zone.
|
DisassociateVpcFromHostedZoneRequest.Builder |
vpc(VPC vpc)
A complex type that contains information about the VPC that you're disassociating from the specified hosted
zone.
|
build
overrideConfiguration
copy
applyMutation, build
DisassociateVpcFromHostedZoneRequest.Builder hostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to disassociate a VPC from.
hostedZoneId
- The ID of the private hosted zone that you want to disassociate a VPC from.DisassociateVpcFromHostedZoneRequest.Builder vpc(VPC vpc)
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
vpc
- A complex type that contains information about the VPC that you're disassociating from the specified
hosted zone.default DisassociateVpcFromHostedZoneRequest.Builder vpc(Consumer<VPC.Builder> vpc)
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
This is a convenience that creates an instance of theVPC.Builder
avoiding the need to create one
manually via VPC.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to vpc(VPC)
.vpc
- a consumer that will call methods on VPC.Builder
vpc(VPC)
DisassociateVpcFromHostedZoneRequest.Builder comment(String comment)
Optional: A comment about the disassociation request.
comment
- Optional: A comment about the disassociation request.DisassociateVpcFromHostedZoneRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DisassociateVpcFromHostedZoneRequest.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.