@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateResolverEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateResolverEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
CreateResolverEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCreatorRequestId()
A unique string that identifies the request and that allows failed requests to be retried without the risk of
running the operation twice.
|
String |
getDirection()
Specify the applicable value:
|
List<IpAddressRequest> |
getIpAddresses()
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).
|
String |
getName()
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
|
String |
getOutpostArn()
The Amazon Resource Name (ARN) of the Outpost.
|
String |
getPreferredInstanceType()
The instance type.
|
List<String> |
getProtocols()
The protocols you want to use for the endpoint.
|
String |
getResolverEndpointType()
For the endpoint type you can choose either IPv4, IPv6, or dual-stack.
|
List<String> |
getSecurityGroupIds()
The ID of one or more security groups that you want to use to control access to this VPC.
|
List<Tag> |
getTags()
A list of the tag keys and values that you want to associate with the endpoint.
|
int |
hashCode() |
void |
setCreatorRequestId(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.
|
void |
setDirection(String direction)
Specify the applicable value:
|
void |
setIpAddresses(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).
|
void |
setName(String name)
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
|
void |
setOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
void |
setPreferredInstanceType(String preferredInstanceType)
The instance type.
|
void |
setProtocols(Collection<String> protocols)
The protocols you want to use for the endpoint.
|
void |
setResolverEndpointType(String resolverEndpointType)
For the endpoint type you can choose either IPv4, IPv6, or dual-stack.
|
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
The ID of one or more security groups that you want to use to control access to this VPC.
|
void |
setTags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the endpoint.
|
String |
toString()
Returns a string representation of this object.
|
CreateResolverEndpointRequest |
withCreatorRequestId(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 |
withDirection(ResolverEndpointDirection direction)
Specify the applicable value:
|
CreateResolverEndpointRequest |
withDirection(String direction)
Specify the applicable value:
|
CreateResolverEndpointRequest |
withIpAddresses(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 |
withIpAddresses(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 |
withName(String name)
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
|
CreateResolverEndpointRequest |
withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
CreateResolverEndpointRequest |
withPreferredInstanceType(String preferredInstanceType)
The instance type.
|
CreateResolverEndpointRequest |
withProtocols(Collection<String> protocols)
The protocols you want to use for the endpoint.
|
CreateResolverEndpointRequest |
withProtocols(Protocol... protocols)
The protocols you want to use for the endpoint.
|
CreateResolverEndpointRequest |
withProtocols(String... protocols)
The protocols you want to use for the endpoint.
|
CreateResolverEndpointRequest |
withResolverEndpointType(ResolverEndpointType resolverEndpointType)
For the endpoint type you can choose either IPv4, IPv6, or dual-stack.
|
CreateResolverEndpointRequest |
withResolverEndpointType(String resolverEndpointType)
For the endpoint type you can choose either IPv4, IPv6, or dual-stack.
|
CreateResolverEndpointRequest |
withSecurityGroupIds(Collection<String> securityGroupIds)
The ID of one or more security groups that you want to use to control access to this VPC.
|
CreateResolverEndpointRequest |
withSecurityGroupIds(String... securityGroupIds)
The ID of one or more security groups that you want to use to control access to this VPC.
|
CreateResolverEndpointRequest |
withTags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the endpoint.
|
CreateResolverEndpointRequest |
withTags(Tag... tags)
A list of the tag keys and values that you want to associate with the endpoint.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCreatorRequestId(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.public String getCreatorRequestId()
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
can be any unique string, for example,
a date/time stamp.public CreateResolverEndpointRequest withCreatorRequestId(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.public void setName(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.public String getName()
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
public CreateResolverEndpointRequest withName(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.public List<String> getSecurityGroupIds()
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.
Some security group rules will cause your connection to be tracked. For outbound resolver endpoint, it can potentially impact the maximum queries per second from outbound endpoint to your target name server. For inbound resolver endpoint, it can bring down the overall maximum queries per second per IP address to as low as 1500. To avoid connection tracking caused by security group, see Untracked connections.
Some security group rules will cause your connection to be tracked. For outbound resolver endpoint, it can potentially impact the maximum queries per second from outbound endpoint to your target name server. For inbound resolver endpoint, it can bring down the overall maximum queries per second per IP address to as low as 1500. To avoid connection tracking caused by security group, see Untracked connections.
public void setSecurityGroupIds(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.
Some security group rules will cause your connection to be tracked. For outbound resolver endpoint, it can potentially impact the maximum queries per second from outbound endpoint to your target name server. For inbound resolver endpoint, it can bring down the overall maximum queries per second per IP address to as low as 1500. To avoid connection tracking caused by security group, see Untracked connections.
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.
Some security group rules will cause your connection to be tracked. For outbound resolver endpoint, it can potentially impact the maximum queries per second from outbound endpoint to your target name server. For inbound resolver endpoint, it can bring down the overall maximum queries per second per IP address to as low as 1500. To avoid connection tracking caused by security group, see Untracked connections.
public CreateResolverEndpointRequest withSecurityGroupIds(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.
Some security group rules will cause your connection to be tracked. For outbound resolver endpoint, it can potentially impact the maximum queries per second from outbound endpoint to your target name server. For inbound resolver endpoint, it can bring down the overall maximum queries per second per IP address to as low as 1500. To avoid connection tracking caused by security group, see Untracked connections.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
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.
Some security group rules will cause your connection to be tracked. For outbound resolver endpoint, it can potentially impact the maximum queries per second from outbound endpoint to your target name server. For inbound resolver endpoint, it can bring down the overall maximum queries per second per IP address to as low as 1500. To avoid connection tracking caused by security group, see Untracked connections.
public CreateResolverEndpointRequest withSecurityGroupIds(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.
Some security group rules will cause your connection to be tracked. For outbound resolver endpoint, it can potentially impact the maximum queries per second from outbound endpoint to your target name server. For inbound resolver endpoint, it can bring down the overall maximum queries per second per IP address to as low as 1500. To avoid connection tracking caused by security group, see Untracked connections.
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.
Some security group rules will cause your connection to be tracked. For outbound resolver endpoint, it can potentially impact the maximum queries per second from outbound endpoint to your target name server. For inbound resolver endpoint, it can bring down the overall maximum queries per second per IP address to as low as 1500. To avoid connection tracking caused by security group, see Untracked connections.
public void setDirection(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
public String getDirection()
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
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
public CreateResolverEndpointRequest withDirection(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
public CreateResolverEndpointRequest withDirection(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
public List<IpAddressRequest> getIpAddresses()
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.
Even though the minimum is 1, Route 53 requires that you create at least two.
Even though the minimum is 1, Route 53 requires that you create at least two.
public void setIpAddresses(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.
Even though the minimum is 1, Route 53 requires that you create at least two.
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. Even though the minimum is 1, Route 53 requires that you create at least two.
public CreateResolverEndpointRequest withIpAddresses(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.
Even though the minimum is 1, Route 53 requires that you create at least two.
NOTE: This method appends the values to the existing list (if any). Use
setIpAddresses(java.util.Collection)
or withIpAddresses(java.util.Collection)
if you want to
override the existing values.
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. Even though the minimum is 1, Route 53 requires that you create at least two.
public CreateResolverEndpointRequest withIpAddresses(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.
Even though the minimum is 1, Route 53 requires that you create at least two.
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. Even though the minimum is 1, Route 53 requires that you create at least two.
public void setOutpostArn(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
.public String getOutpostArn()
The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must also specify a value for the
PreferredInstanceType
.
PreferredInstanceType
.public CreateResolverEndpointRequest withOutpostArn(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
.public void setPreferredInstanceType(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
.public String getPreferredInstanceType()
The instance type. If you specify this, you must also specify a value for the OutpostArn
.
OutpostArn
.public CreateResolverEndpointRequest withPreferredInstanceType(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
.public List<Tag> getTags()
A list of the tag keys and values that you want to associate with the endpoint.
public void setTags(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.public CreateResolverEndpointRequest withTags(Tag... tags)
A list of the tag keys and values that you want to associate with the endpoint.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of the tag keys and values that you want to associate with the endpoint.public CreateResolverEndpointRequest withTags(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.public void setResolverEndpointType(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
public String getResolverEndpointType()
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
public CreateResolverEndpointRequest withResolverEndpointType(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
public CreateResolverEndpointRequest withResolverEndpointType(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
public List<String> getProtocols()
The protocols you want to use for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
For an inbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 and DoH-FIPS in combination.
Do53 alone.
DoH alone.
DoH-FIPS alone.
None, which is treated as Do53.
For an outbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 alone.
DoH alone.
None, which is treated as Do53.
For an inbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 and DoH-FIPS in combination.
Do53 alone.
DoH alone.
DoH-FIPS alone.
None, which is treated as Do53.
For an outbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 alone.
DoH alone.
None, which is treated as Do53.
Protocol
public void setProtocols(Collection<String> protocols)
The protocols you want to use for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
For an inbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 and DoH-FIPS in combination.
Do53 alone.
DoH alone.
DoH-FIPS alone.
None, which is treated as Do53.
For an outbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 alone.
DoH alone.
None, which is treated as Do53.
protocols
- The protocols you want to use for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
For an inbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 and DoH-FIPS in combination.
Do53 alone.
DoH alone.
DoH-FIPS alone.
None, which is treated as Do53.
For an outbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 alone.
DoH alone.
None, which is treated as Do53.
Protocol
public CreateResolverEndpointRequest withProtocols(String... protocols)
The protocols you want to use for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
For an inbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 and DoH-FIPS in combination.
Do53 alone.
DoH alone.
DoH-FIPS alone.
None, which is treated as Do53.
For an outbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 alone.
DoH alone.
None, which is treated as Do53.
NOTE: This method appends the values to the existing list (if any). Use
setProtocols(java.util.Collection)
or withProtocols(java.util.Collection)
if you want to
override the existing values.
protocols
- The protocols you want to use for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
For an inbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 and DoH-FIPS in combination.
Do53 alone.
DoH alone.
DoH-FIPS alone.
None, which is treated as Do53.
For an outbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 alone.
DoH alone.
None, which is treated as Do53.
Protocol
public CreateResolverEndpointRequest withProtocols(Collection<String> protocols)
The protocols you want to use for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
For an inbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 and DoH-FIPS in combination.
Do53 alone.
DoH alone.
DoH-FIPS alone.
None, which is treated as Do53.
For an outbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 alone.
DoH alone.
None, which is treated as Do53.
protocols
- The protocols you want to use for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
For an inbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 and DoH-FIPS in combination.
Do53 alone.
DoH alone.
DoH-FIPS alone.
None, which is treated as Do53.
For an outbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 alone.
DoH alone.
None, which is treated as Do53.
Protocol
public CreateResolverEndpointRequest withProtocols(Protocol... protocols)
The protocols you want to use for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
For an inbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 and DoH-FIPS in combination.
Do53 alone.
DoH alone.
DoH-FIPS alone.
None, which is treated as Do53.
For an outbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 alone.
DoH alone.
None, which is treated as Do53.
protocols
- The protocols you want to use for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
For an inbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 and DoH-FIPS in combination.
Do53 alone.
DoH alone.
DoH-FIPS alone.
None, which is treated as Do53.
For an outbound endpoint you can apply the protocols as follows:
Do53 and DoH in combination.
Do53 alone.
DoH alone.
None, which is treated as Do53.
Protocol
public String toString()
toString
in class Object
Object.toString()
public CreateResolverEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()