public static interface UpdateResolverEndpointRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<UpdateResolverEndpointRequest.Builder,UpdateResolverEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateResolverEndpointRequest.Builder |
name(String name)
The name of the Resolver endpoint that you want to update.
|
UpdateResolverEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateResolverEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateResolverEndpointRequest.Builder |
resolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to update.
|
UpdateResolverEndpointRequest.Builder |
resolverEndpointType(ResolverEndpointType resolverEndpointType)
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
|
UpdateResolverEndpointRequest.Builder |
resolverEndpointType(String resolverEndpointType)
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
|
UpdateResolverEndpointRequest.Builder |
updateIpAddresses(Collection<UpdateIpAddress> updateIpAddresses)
Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
|
UpdateResolverEndpointRequest.Builder |
updateIpAddresses(Consumer<UpdateIpAddress.Builder>... updateIpAddresses)
Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
|
UpdateResolverEndpointRequest.Builder |
updateIpAddresses(UpdateIpAddress... updateIpAddresses)
Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateResolverEndpointRequest.Builder resolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to update.
resolverEndpointId - The ID of the Resolver endpoint that you want to update.UpdateResolverEndpointRequest.Builder name(String name)
The name of the Resolver endpoint that you want to update.
name - The name of the Resolver endpoint that you want to update.UpdateResolverEndpointRequest.Builder resolverEndpointType(String resolverEndpointType)
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
resolverEndpointType - Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.ResolverEndpointType,
ResolverEndpointTypeUpdateResolverEndpointRequest.Builder resolverEndpointType(ResolverEndpointType resolverEndpointType)
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
resolverEndpointType - Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.ResolverEndpointType,
ResolverEndpointTypeUpdateResolverEndpointRequest.Builder updateIpAddresses(Collection<UpdateIpAddress> updateIpAddresses)
Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
updateIpAddresses - Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.UpdateResolverEndpointRequest.Builder updateIpAddresses(UpdateIpAddress... updateIpAddresses)
Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
updateIpAddresses - Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.UpdateResolverEndpointRequest.Builder updateIpAddresses(Consumer<UpdateIpAddress.Builder>... updateIpAddresses)
Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
This is a convenience method that creates an instance of theUpdateIpAddress.Builder avoiding the need to
create one manually via
UpdateIpAddress.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #updateIpAddresses(List.
updateIpAddresses - a consumer that will call methods on
UpdateIpAddress.Builder#updateIpAddresses(java.util.Collection) UpdateResolverEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateResolverEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.