Interface ListResolverEndpointIpAddressesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListResolverEndpointIpAddressesRequest.Builder,,ListResolverEndpointIpAddressesRequest> Route53ResolverRequest.Builder,SdkBuilder<ListResolverEndpointIpAddressesRequest.Builder,,ListResolverEndpointIpAddressesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListResolverEndpointIpAddressesRequest
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of IP addresses that you want to return in the response to aListResolverEndpointIpAddressesrequest.For the firstListResolverEndpointIpAddressesrequest, omit this value.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resolverEndpointId(String resolverEndpointId) The ID of the Resolver endpoint that you want to get IP addresses for.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.route53resolver.model.Route53ResolverRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resolverEndpointId
The ID of the Resolver endpoint that you want to get IP addresses for.
- Parameters:
resolverEndpointId- The ID of the Resolver endpoint that you want to get IP addresses for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of IP addresses that you want to return in the response to a
ListResolverEndpointIpAddressesrequest. If you don't specify a value forMaxResults, Resolver returns up to 100 IP addresses.- Parameters:
maxResults- The maximum number of IP addresses that you want to return in the response to aListResolverEndpointIpAddressesrequest. If you don't specify a value forMaxResults, Resolver returns up to 100 IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
For the first
ListResolverEndpointIpAddressesrequest, omit this value.If the specified Resolver endpoint has more than
MaxResultsIP addresses, you can submit anotherListResolverEndpointIpAddressesrequest to get the next group of IP addresses. In the next request, specify the value ofNextTokenfrom the previous response.- Parameters:
nextToken- For the firstListResolverEndpointIpAddressesrequest, omit this value.If the specified Resolver endpoint has more than
MaxResultsIP addresses, you can submit anotherListResolverEndpointIpAddressesrequest to get the next group of IP addresses. In the next request, specify the value ofNextTokenfrom the previous response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListResolverEndpointIpAddressesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListResolverEndpointIpAddressesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-