| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static VPC.Builder |
VPC.builder() |
VPC.Builder |
VPC.toBuilder() |
VPC.Builder |
VPC.Builder.vpcId(String vpcId)
Sets the value of the VPCId property for this object.
|
VPC.Builder |
VPC.Builder.vpcRegion(String vpcRegion)
(Private hosted zones only) The region that an Amazon VPC was created in.
|
VPC.Builder |
VPC.Builder.vpcRegion(VPCRegion vpcRegion)
(Private hosted zones only) The region that an Amazon VPC was created in.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VPC.Builder> |
VPC.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DisassociateVpcFromHostedZoneRequest.Builder |
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.
|
default DeleteVpcAssociationAuthorizationRequest.Builder |
DeleteVpcAssociationAuthorizationRequest.Builder.vpc(Consumer<VPC.Builder> vpc)
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that
was created with a different AWS account, a complex type that includes the ID and region of the VPC.
|
default CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.Builder.vpc(Consumer<VPC.Builder> vpc)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
default CreateVpcAssociationAuthorizationRequest.Builder |
CreateVpcAssociationAuthorizationRequest.Builder.vpc(Consumer<VPC.Builder> vpc)
A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with
your hosted zone.
|
default AssociateVpcWithHostedZoneRequest.Builder |
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.
|
default CreateVpcAssociationAuthorizationResponse.Builder |
CreateVpcAssociationAuthorizationResponse.Builder.vpc(Consumer<VPC.Builder> vpc)
The VPC that you authorized associating with a hosted zone.
|
default CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.vpc(Consumer<VPC.Builder> vpc)
(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're
associating with this hosted zone.
|
Copyright © 2021. All rights reserved.