public static interface CreateResolverEndpointRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<CreateResolverEndpointRequest.Builder,CreateResolverEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateResolverEndpointRequest.Builder |
creatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed requests to be retried without the risk of
running the operation twice.
|
CreateResolverEndpointRequest.Builder |
direction(ResolverEndpointDirection direction)
Specify the applicable value:
|
CreateResolverEndpointRequest.Builder |
direction(String direction)
Specify the applicable value:
|
CreateResolverEndpointRequest.Builder |
ipAddresses(Collection<IpAddressRequest> ipAddresses)
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you
forward DNS queries to (for inbound endpoints).
|
CreateResolverEndpointRequest.Builder |
ipAddresses(Consumer<IpAddressRequest.Builder>... ipAddresses)
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you
forward DNS queries to (for inbound endpoints).
|
CreateResolverEndpointRequest.Builder |
ipAddresses(IpAddressRequest... ipAddresses)
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you
forward DNS queries to (for inbound endpoints).
|
CreateResolverEndpointRequest.Builder |
name(String name)
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
|
CreateResolverEndpointRequest.Builder |
outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
CreateResolverEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateResolverEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateResolverEndpointRequest.Builder |
preferredInstanceType(String preferredInstanceType)
The instance type.
|
CreateResolverEndpointRequest.Builder |
resolverEndpointType(ResolverEndpointType resolverEndpointType)
For the endpoint type you can choose either IPv4, IPv6, or dual-stack.
|
CreateResolverEndpointRequest.Builder |
resolverEndpointType(String resolverEndpointType)
For the endpoint type you can choose either IPv4, IPv6, or dual-stack.
|
CreateResolverEndpointRequest.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The ID of one or more security groups that you want to use to control access to this VPC.
|
CreateResolverEndpointRequest.Builder |
securityGroupIds(String... securityGroupIds)
The ID of one or more security groups that you want to use to control access to this VPC.
|
CreateResolverEndpointRequest.Builder |
tags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the endpoint.
|
CreateResolverEndpointRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of the tag keys and values that you want to associate with the endpoint.
|
CreateResolverEndpointRequest.Builder |
tags(Tag... tags)
A list of the tag keys and values that you want to associate with the endpoint.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateResolverEndpointRequest.Builder creatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed requests to be retried without the risk of
running the operation twice. CreatorRequestId can be any unique string, for example, a date/time
stamp.
creatorRequestId - A unique string that identifies the request and that allows failed requests to be retried without the
risk of running the operation twice. CreatorRequestId can be any unique string, for
example, a date/time stamp.CreateResolverEndpointRequest.Builder name(String name)
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
name - A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53
console.CreateResolverEndpointRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
The ID of one or more security groups that you want to use to control access to this VPC. The security group that you specify must include one or more inbound rules (for inbound Resolver endpoints) or outbound rules (for outbound Resolver endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
securityGroupIds - The ID of one or more security groups that you want to use to control access to this VPC. The security
group that you specify must include one or more inbound rules (for inbound Resolver endpoints) or
outbound rules (for outbound Resolver endpoints). Inbound and outbound rules must allow TCP and UDP
access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS
queries on your network.CreateResolverEndpointRequest.Builder securityGroupIds(String... securityGroupIds)
The ID of one or more security groups that you want to use to control access to this VPC. The security group that you specify must include one or more inbound rules (for inbound Resolver endpoints) or outbound rules (for outbound Resolver endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
securityGroupIds - The ID of one or more security groups that you want to use to control access to this VPC. The security
group that you specify must include one or more inbound rules (for inbound Resolver endpoints) or
outbound rules (for outbound Resolver endpoints). Inbound and outbound rules must allow TCP and UDP
access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS
queries on your network.CreateResolverEndpointRequest.Builder direction(String direction)
Specify the applicable value:
INBOUND: Resolver forwards DNS queries to the DNS service for a VPC from your network
OUTBOUND: Resolver forwards DNS queries from the DNS service for a VPC to your network
direction - Specify the applicable value:
INBOUND: Resolver forwards DNS queries to the DNS service for a VPC from your network
OUTBOUND: Resolver forwards DNS queries from the DNS service for a VPC to your network
ResolverEndpointDirection,
ResolverEndpointDirectionCreateResolverEndpointRequest.Builder direction(ResolverEndpointDirection direction)
Specify the applicable value:
INBOUND: Resolver forwards DNS queries to the DNS service for a VPC from your network
OUTBOUND: Resolver forwards DNS queries from the DNS service for a VPC to your network
direction - Specify the applicable value:
INBOUND: Resolver forwards DNS queries to the DNS service for a VPC from your network
OUTBOUND: Resolver forwards DNS queries from the DNS service for a VPC to your network
ResolverEndpointDirection,
ResolverEndpointDirectionCreateResolverEndpointRequest.Builder ipAddresses(Collection<IpAddressRequest> ipAddresses)
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.
ipAddresses - The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or
that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.CreateResolverEndpointRequest.Builder ipAddresses(IpAddressRequest... ipAddresses)
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.
ipAddresses - The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or
that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.CreateResolverEndpointRequest.Builder ipAddresses(Consumer<IpAddressRequest.Builder>... ipAddresses)
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.
This is a convenience method that creates an instance of theIpAddressRequest.Builder avoiding the need to
create one manually via
IpAddressRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #ipAddresses(List.
ipAddresses - a consumer that will call methods on
IpAddressRequest.Builder#ipAddresses(java.util.Collection) CreateResolverEndpointRequest.Builder tags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the endpoint.
tags - A list of the tag keys and values that you want to associate with the endpoint.CreateResolverEndpointRequest.Builder tags(Tag... tags)
A list of the tag keys and values that you want to associate with the endpoint.
tags - A list of the tag keys and values that you want to associate with the endpoint.CreateResolverEndpointRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of the tag keys and values that you want to associate with the endpoint.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateResolverEndpointRequest.Builder resolverEndpointType(String resolverEndpointType)
For the endpoint type you can choose either IPv4, IPv6, or dual-stack. A dual-stack endpoint means that it will resolve via both IPv4 and IPv6. This endpoint type is applied to all IP addresses.
resolverEndpointType - For the endpoint type you can choose either IPv4, IPv6, or dual-stack. A dual-stack endpoint means
that it will resolve via both IPv4 and IPv6. This endpoint type is applied to all IP addresses.ResolverEndpointType,
ResolverEndpointTypeCreateResolverEndpointRequest.Builder resolverEndpointType(ResolverEndpointType resolverEndpointType)
For the endpoint type you can choose either IPv4, IPv6, or dual-stack. A dual-stack endpoint means that it will resolve via both IPv4 and IPv6. This endpoint type is applied to all IP addresses.
resolverEndpointType - For the endpoint type you can choose either IPv4, IPv6, or dual-stack. A dual-stack endpoint means
that it will resolve via both IPv4 and IPv6. This endpoint type is applied to all IP addresses.ResolverEndpointType,
ResolverEndpointTypeCreateResolverEndpointRequest.Builder outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must also specify a value for the
PreferredInstanceType.
outpostArn - The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must also specify a value for
the PreferredInstanceType.CreateResolverEndpointRequest.Builder preferredInstanceType(String preferredInstanceType)
The instance type. If you specify this, you must also specify a value for the OutpostArn.
preferredInstanceType - The instance type. If you specify this, you must also specify a value for the OutpostArn.CreateResolverEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateResolverEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.