public static interface AssociateVpcWithHostedZoneRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<AssociateVpcWithHostedZoneRequest.Builder,AssociateVpcWithHostedZoneRequest>
Modifier and Type | Method and Description |
---|---|
AssociateVpcWithHostedZoneRequest.Builder |
comment(String comment)
Optional: A comment about the association request.
|
AssociateVpcWithHostedZoneRequest.Builder |
hostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to associate an Amazon VPC with.
|
AssociateVpcWithHostedZoneRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateVpcWithHostedZoneRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default AssociateVpcWithHostedZoneRequest.Builder |
vpc(Consumer<VPC.Builder> vpc)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
AssociateVpcWithHostedZoneRequest.Builder |
vpc(VPC vpc)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
build
overrideConfiguration
copy
applyMutation, build
AssociateVpcWithHostedZoneRequest.Builder hostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to associate an Amazon VPC with.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
hostedZoneId
- The ID of the private hosted zone that you want to associate an Amazon VPC with.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
AssociateVpcWithHostedZoneRequest.Builder vpc(VPC vpc)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
vpc
- A complex type that contains information about the VPC that you want to associate with a private
hosted zone.default AssociateVpcWithHostedZoneRequest.Builder vpc(Consumer<VPC.Builder> vpc)
A complex type that contains information about the VPC that you want to associate with a private 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)
AssociateVpcWithHostedZoneRequest.Builder comment(String comment)
Optional: A comment about the association request.
comment
- Optional: A comment about the association request.AssociateVpcWithHostedZoneRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateVpcWithHostedZoneRequest.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.