| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
default AssociateVpcWithHostedZoneResponse |
Route53Client.associateVPCWithHostedZone(Consumer<AssociateVpcWithHostedZoneRequest.Builder> associateVpcWithHostedZoneRequest)
Associates an Amazon VPC with a private hosted zone.
|
default CompletableFuture<AssociateVpcWithHostedZoneResponse> |
Route53AsyncClient.associateVPCWithHostedZone(Consumer<AssociateVpcWithHostedZoneRequest.Builder> associateVpcWithHostedZoneRequest)
Associates an Amazon VPC with a private hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateVpcWithHostedZoneRequest.Builder |
AssociateVpcWithHostedZoneRequest.builder() |
AssociateVpcWithHostedZoneRequest.Builder |
AssociateVpcWithHostedZoneRequest.Builder.comment(String comment)
Optional: A comment about the association request.
|
AssociateVpcWithHostedZoneRequest.Builder |
AssociateVpcWithHostedZoneRequest.Builder.hostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to associate an Amazon VPC with.
|
AssociateVpcWithHostedZoneRequest.Builder |
AssociateVpcWithHostedZoneRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateVpcWithHostedZoneRequest.Builder |
AssociateVpcWithHostedZoneRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateVpcWithHostedZoneRequest.Builder |
AssociateVpcWithHostedZoneRequest.toBuilder() |
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.
|
AssociateVpcWithHostedZoneRequest.Builder |
AssociateVpcWithHostedZoneRequest.Builder.vpc(VPC vpc)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateVpcWithHostedZoneRequest.Builder> |
AssociateVpcWithHostedZoneRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.