public static interface AssociateResolverEndpointIpAddressRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<AssociateResolverEndpointIpAddressRequest.Builder,AssociateResolverEndpointIpAddressRequest>
| Modifier and Type | Method and Description |
|---|---|
default AssociateResolverEndpointIpAddressRequest.Builder |
ipAddress(Consumer<IpAddressUpdate.Builder> ipAddress)
Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID.
|
AssociateResolverEndpointIpAddressRequest.Builder |
ipAddress(IpAddressUpdate ipAddress)
Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID.
|
AssociateResolverEndpointIpAddressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateResolverEndpointIpAddressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateResolverEndpointIpAddressRequest.Builder |
resolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to associate IP addresses with.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateResolverEndpointIpAddressRequest.Builder resolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to associate IP addresses with.
resolverEndpointId - The ID of the Resolver endpoint that you want to associate IP addresses with.AssociateResolverEndpointIpAddressRequest.Builder ipAddress(IpAddressUpdate ipAddress)
Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID. If you specify a subnet ID, Resolver chooses an IP address for you from the available IPs in the specified subnet.
ipAddress - Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID. If you specify a
subnet ID, Resolver chooses an IP address for you from the available IPs in the specified subnet.default AssociateResolverEndpointIpAddressRequest.Builder ipAddress(Consumer<IpAddressUpdate.Builder> ipAddress)
Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID. If you specify a subnet ID, Resolver chooses an IP address for you from the available IPs in the specified subnet.
This is a convenience method that creates an instance of theIpAddressUpdate.Builder avoiding the
need to create one manually via IpAddressUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ipAddress(IpAddressUpdate).
ipAddress - a consumer that will call methods on IpAddressUpdate.BuilderipAddress(IpAddressUpdate)AssociateResolverEndpointIpAddressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateResolverEndpointIpAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.