CopyableBuilder<ListVPCAssociationAuthorizationsResponse.Builder,ListVPCAssociationAuthorizationsResponse>
, SdkBuilder<ListVPCAssociationAuthorizationsResponse.Builder,ListVPCAssociationAuthorizationsResponse>
public static interface ListVPCAssociationAuthorizationsResponse.Builder extends CopyableBuilder<ListVPCAssociationAuthorizationsResponse.Builder,ListVPCAssociationAuthorizationsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListVPCAssociationAuthorizationsResponse.Builder |
hostedZoneId(String hostedZoneId) |
The ID of the hosted zone that you can associate the listed VPCs with.
|
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 |
vpCs(Collection<VPC> vpCs) |
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
ListVPCAssociationAuthorizationsResponse.Builder |
vpCs(VPC... vpCs) |
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
copy
apply, build
ListVPCAssociationAuthorizationsResponse.Builder hostedZoneId(String hostedZoneId)
The ID of the hosted zone that you can associate the listed VPCs with.
hostedZoneId
- The ID of the hosted zone that you can associate the listed VPCs with.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. To get the next page of VPCs, submit another
ListVPCAssociationAuthorizations
request, and include the value of the NextToken
element from the response in the nexttoken
request parameter.
nextToken
- When the response includes a NextToken
element, there are more VPCs that can be
associated with the specified hosted zone. To get the next page of VPCs, submit another
ListVPCAssociationAuthorizations
request, and include the value of the
NextToken
element from the response in the nexttoken
request parameter.ListVPCAssociationAuthorizationsResponse.Builder vpCs(Collection<VPC> vpCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
vpCs
- The list of VPCs that are authorized to be associated with the specified hosted zone.ListVPCAssociationAuthorizationsResponse.Builder vpCs(VPC... vpCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
NOTE: This method appends the values to the existing list (if any). Use
#setVPCs(java.util.Collection)
or #withVPCs(java.util.Collection)
if you want to override the
existing values.
vpCs
- The list of VPCs that are authorized to be associated with the specified hosted zone.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.