CopyableBuilder<ListVPCAssociationAuthorizationsRequest.Builder,ListVPCAssociationAuthorizationsRequest>
, SdkBuilder<ListVPCAssociationAuthorizationsRequest.Builder,ListVPCAssociationAuthorizationsRequest>
public static interface ListVPCAssociationAuthorizationsRequest.Builder extends CopyableBuilder<ListVPCAssociationAuthorizationsRequest.Builder,ListVPCAssociationAuthorizationsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListVPCAssociationAuthorizationsRequest.Builder |
hostedZoneId(String hostedZoneId) |
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
|
ListVPCAssociationAuthorizationsRequest.Builder |
maxResults(String maxResults) |
Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to
return.
|
ListVPCAssociationAuthorizationsRequest.Builder |
nextToken(String nextToken) |
Optional: If a response includes a
NextToken element, there are more VPCs that can be
associated with the specified hosted zone. |
copy
apply, build
ListVPCAssociationAuthorizationsRequest.Builder hostedZoneId(String hostedZoneId)
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
hostedZoneId
- The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted
zone.ListVPCAssociationAuthorizationsRequest.Builder nextToken(String nextToken)
Optional: If a response includes a NextToken
element, there are more VPCs that can be
associated with the specified hosted zone. To get the next page of results, submit another request, and
include the value of NextToken
from the response in the nexttoken
parameter in
another ListVPCAssociationAuthorizations
request.
nextToken
- Optional: If a response includes a NextToken
element, there are more VPCs that can
be associated with the specified hosted zone. To get the next page of results, submit another request,
and include the value of NextToken
from the response in the nexttoken
parameter in another ListVPCAssociationAuthorizations
request.ListVPCAssociationAuthorizationsRequest.Builder maxResults(String maxResults)
Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to
return. If you don't specify a value for MaxResults
, Amazon Route 53 returns up to 50 VPCs per
page.
maxResults
- Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to
return. If you don't specify a value for MaxResults
, Amazon Route 53 returns up to 50
VPCs per page.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.