| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static ListVpcAssociationAuthorizationsResponse.Builder |
ListVpcAssociationAuthorizationsResponse.builder() |
ListVpcAssociationAuthorizationsResponse.Builder |
ListVpcAssociationAuthorizationsResponse.Builder.hostedZoneId(String hostedZoneId)
The ID of the hosted zone that you can associate the listed VPCs with.
|
ListVpcAssociationAuthorizationsResponse.Builder |
ListVpcAssociationAuthorizationsResponse.Builder.nextToken(String nextToken)
When the response includes a
NextToken element, there are more VPCs that can be associated with
the specified hosted zone. |
ListVpcAssociationAuthorizationsResponse.Builder |
ListVpcAssociationAuthorizationsResponse.toBuilder() |
ListVpcAssociationAuthorizationsResponse.Builder |
ListVpcAssociationAuthorizationsResponse.Builder.vpCs(Collection<VPC> vpCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
ListVpcAssociationAuthorizationsResponse.Builder |
ListVpcAssociationAuthorizationsResponse.Builder.vpCs(Consumer<VPC.Builder>... vpCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
ListVpcAssociationAuthorizationsResponse.Builder |
ListVpcAssociationAuthorizationsResponse.Builder.vpCs(VPC... vpCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListVpcAssociationAuthorizationsResponse.Builder> |
ListVpcAssociationAuthorizationsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.