Interface ListVpcAssociationAuthorizationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListVpcAssociationAuthorizationsRequest.Builder,,ListVpcAssociationAuthorizationsRequest> Route53Request.Builder,SdkBuilder<ListVpcAssociationAuthorizationsRequest.Builder,,ListVpcAssociationAuthorizationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListVpcAssociationAuthorizationsRequest
@Mutable
@NotThreadSafe
public static interface ListVpcAssociationAuthorizationsRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListVpcAssociationAuthorizationsRequest.Builder,ListVpcAssociationAuthorizationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionhostedZoneId(String hostedZoneId) The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.maxResults(String maxResults) Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return.Optional: If a response includes aNextTokenelement, there are more VPCs that can be associated with the specified hosted zone.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
hostedZoneId
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
- Parameters:
hostedZoneId- The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Optional: If a response includes a
NextTokenelement, 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 ofNextTokenfrom the response in thenexttokenparameter in anotherListVPCAssociationAuthorizationsrequest.- Parameters:
nextToken- Optional: If a response includes aNextTokenelement, 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 ofNextTokenfrom the response in thenexttokenparameter in anotherListVPCAssociationAuthorizationsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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, Route 53 returns up to 50 VPCs per page.- Parameters:
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 forMaxResults, Route 53 returns up to 50 VPCs per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListVpcAssociationAuthorizationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListVpcAssociationAuthorizationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-