public static interface ListVPCAssociationAuthorizationsRequest.Builder extends Route53Request.Builder, CopyableBuilder<ListVPCAssociationAuthorizationsRequest.Builder,ListVPCAssociationAuthorizationsRequest>
| Modifier and Type | Method and 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. |
ListVPCAssociationAuthorizationsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListVPCAssociationAuthorizationsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListVPCAssociationAuthorizationsRequest.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.ListVPCAssociationAuthorizationsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListVPCAssociationAuthorizationsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.