Interface UpdateResolverEndpointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateResolverEndpointRequest.Builder,
,UpdateResolverEndpointRequest> Route53ResolverRequest.Builder
,SdkBuilder<UpdateResolverEndpointRequest.Builder,
,UpdateResolverEndpointRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateResolverEndpointRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Resolver endpoint that you want to update.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 update.resolverEndpointType
(String resolverEndpointType) Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.resolverEndpointType
(ResolverEndpointType resolverEndpointType) Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.updateIpAddresses
(Collection<UpdateIpAddress> updateIpAddresses) Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack.updateIpAddresses
(Consumer<UpdateIpAddress.Builder>... updateIpAddresses) Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack.updateIpAddresses
(UpdateIpAddress... updateIpAddresses) Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack.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.route53resolver.model.Route53ResolverRequest.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 Details
-
resolverEndpointId
The ID of the Resolver endpoint that you want to update.
- Parameters:
resolverEndpointId
- The ID of the Resolver endpoint that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the Resolver endpoint that you want to update.
- Parameters:
name
- The name of the Resolver endpoint that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolverEndpointType
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
Updating to
IPV6
type isn't currently supported.- Parameters:
resolverEndpointType
- Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.Updating to
IPV6
type isn't currently supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resolverEndpointType
UpdateResolverEndpointRequest.Builder resolverEndpointType(ResolverEndpointType resolverEndpointType) Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
Updating to
IPV6
type isn't currently supported.- Parameters:
resolverEndpointType
- Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.Updating to
IPV6
type isn't currently supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updateIpAddresses
UpdateResolverEndpointRequest.Builder updateIpAddresses(Collection<UpdateIpAddress> updateIpAddresses) Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don't specify an IPv6 address, one will be automatically chosen from your subnet.
- Parameters:
updateIpAddresses
- Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don't specify an IPv6 address, one will be automatically chosen from your subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateIpAddresses
Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don't specify an IPv6 address, one will be automatically chosen from your subnet.
- Parameters:
updateIpAddresses
- Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don't specify an IPv6 address, one will be automatically chosen from your subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateIpAddresses
UpdateResolverEndpointRequest.Builder updateIpAddresses(Consumer<UpdateIpAddress.Builder>... updateIpAddresses) Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don't specify an IPv6 address, one will be automatically chosen from your subnet.
This is a convenience method that creates an instance of theUpdateIpAddress.Builder
avoiding the need to create one manually viaUpdateIpAddress.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toupdateIpAddresses(List<UpdateIpAddress>)
.- Parameters:
updateIpAddresses
- a consumer that will call methods onUpdateIpAddress.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateResolverEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateResolverEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-