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)
Add an optional request override configuration.
|
AssociateResolverEndpointIpAddressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateResolverEndpointIpAddressRequest.Builder |
resolverEndpointId(String resolverEndpointId)
The ID of the resolver endpoint that you want to associate IP addresses with.
|
buildoverrideConfigurationcopyapplyMutation, 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 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateResolverEndpointIpAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.