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.
|