Interface ListVpcAssociationAuthorizationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListVpcAssociationAuthorizationsRequest.Builder,ListVpcAssociationAuthorizationsRequest>,Route53Request.Builder,SdkBuilder<ListVpcAssociationAuthorizationsRequest.Builder,ListVpcAssociationAuthorizationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListVpcAssociationAuthorizationsRequest
public static interface ListVpcAssociationAuthorizationsRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListVpcAssociationAuthorizationsRequest.Builder,ListVpcAssociationAuthorizationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVpcAssociationAuthorizationsRequest.BuilderhostedZoneId(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.BuildermaxResults(String maxResults)Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return.ListVpcAssociationAuthorizationsRequest.BuildernextToken(String nextToken)Optional: If a response includes aNextTokenelement, there are more VPCs that can be associated with the specified hosted zone.ListVpcAssociationAuthorizationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListVpcAssociationAuthorizationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
hostedZoneId
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.
- 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
ListVpcAssociationAuthorizationsRequest.Builder nextToken(String 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
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, 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
-
-