@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolverEndpoint extends Object implements Serializable, Cloneable, StructuredPojo
In the response to a CreateResolverEndpoint, DeleteResolverEndpoint, GetResolverEndpoint, Updates the name, or ResolverEndpointType for an endpoint, or UpdateResolverEndpoint request, a complex type that contains settings for an existing inbound or outbound Resolver endpoint.
Constructor and Description |
---|
ResolverEndpoint() |
Modifier and Type | Method and Description |
---|---|
ResolverEndpoint |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN (Amazon Resource Name) for the Resolver endpoint.
|
String |
getCreationTime()
The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).
|
String |
getCreatorRequestId()
A unique string that identifies the request that created the Resolver endpoint.
|
String |
getDirection()
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
|
String |
getHostVPCId()
The ID of the VPC that you want to create the Resolver endpoint in.
|
String |
getId()
The ID of the Resolver endpoint.
|
Integer |
getIpAddressCount()
The number of IP addresses that the Resolver endpoint can use for DNS queries.
|
String |
getModificationTime()
The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).
|
String |
getName()
The name that you assigned to the Resolver endpoint when you submitted a CreateResolverEndpoint request.
|
String |
getOutpostArn()
The ARN (Amazon Resource Name) for the Outpost.
|
String |
getPreferredInstanceType()
The Amazon EC2 instance type.
|
List<String> |
getProtocols()
Protocols used for the endpoint.
|
String |
getResolverEndpointType()
The Resolver endpoint IP address type.
|
List<String> |
getSecurityGroupIds()
The ID of one or more security groups that control access to this VPC.
|
String |
getStatus()
A code that specifies the current status of the Resolver endpoint.
|
String |
getStatusMessage()
A detailed description of the status of the Resolver endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN (Amazon Resource Name) for the Resolver endpoint.
|
void |
setCreationTime(String creationTime)
The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).
|
void |
setCreatorRequestId(String creatorRequestId)
A unique string that identifies the request that created the Resolver endpoint.
|
void |
setDirection(String direction)
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
|
void |
setHostVPCId(String hostVPCId)
The ID of the VPC that you want to create the Resolver endpoint in.
|
void |
setId(String id)
The ID of the Resolver endpoint.
|
void |
setIpAddressCount(Integer ipAddressCount)
The number of IP addresses that the Resolver endpoint can use for DNS queries.
|
void |
setModificationTime(String modificationTime)
The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).
|
void |
setName(String name)
The name that you assigned to the Resolver endpoint when you submitted a CreateResolverEndpoint request.
|
void |
setOutpostArn(String outpostArn)
The ARN (Amazon Resource Name) for the Outpost.
|
void |
setPreferredInstanceType(String preferredInstanceType)
The Amazon EC2 instance type.
|
void |
setProtocols(Collection<String> protocols)
Protocols used for the endpoint.
|
void |
setResolverEndpointType(String resolverEndpointType)
The Resolver endpoint IP address type.
|
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
The ID of one or more security groups that control access to this VPC.
|
void |
setStatus(String status)
A code that specifies the current status of the Resolver endpoint.
|
void |
setStatusMessage(String statusMessage)
A detailed description of the status of the Resolver endpoint.
|
String |
toString()
Returns a string representation of this object.
|
ResolverEndpoint |
withArn(String arn)
The ARN (Amazon Resource Name) for the Resolver endpoint.
|
ResolverEndpoint |
withCreationTime(String creationTime)
The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).
|
ResolverEndpoint |
withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request that created the Resolver endpoint.
|
ResolverEndpoint |
withDirection(ResolverEndpointDirection direction)
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
|
ResolverEndpoint |
withDirection(String direction)
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
|
ResolverEndpoint |
withHostVPCId(String hostVPCId)
The ID of the VPC that you want to create the Resolver endpoint in.
|
ResolverEndpoint |
withId(String id)
The ID of the Resolver endpoint.
|
ResolverEndpoint |
withIpAddressCount(Integer ipAddressCount)
The number of IP addresses that the Resolver endpoint can use for DNS queries.
|
ResolverEndpoint |
withModificationTime(String modificationTime)
The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).
|
ResolverEndpoint |
withName(String name)
The name that you assigned to the Resolver endpoint when you submitted a CreateResolverEndpoint request.
|
ResolverEndpoint |
withOutpostArn(String outpostArn)
The ARN (Amazon Resource Name) for the Outpost.
|
ResolverEndpoint |
withPreferredInstanceType(String preferredInstanceType)
The Amazon EC2 instance type.
|
ResolverEndpoint |
withProtocols(Collection<String> protocols)
Protocols used for the endpoint.
|
ResolverEndpoint |
withProtocols(Protocol... protocols)
Protocols used for the endpoint.
|
ResolverEndpoint |
withProtocols(String... protocols)
Protocols used for the endpoint.
|
ResolverEndpoint |
withResolverEndpointType(ResolverEndpointType resolverEndpointType)
The Resolver endpoint IP address type.
|
ResolverEndpoint |
withResolverEndpointType(String resolverEndpointType)
The Resolver endpoint IP address type.
|
ResolverEndpoint |
withSecurityGroupIds(Collection<String> securityGroupIds)
The ID of one or more security groups that control access to this VPC.
|
ResolverEndpoint |
withSecurityGroupIds(String... securityGroupIds)
The ID of one or more security groups that control access to this VPC.
|
ResolverEndpoint |
withStatus(ResolverEndpointStatus status)
A code that specifies the current status of the Resolver endpoint.
|
ResolverEndpoint |
withStatus(String status)
A code that specifies the current status of the Resolver endpoint.
|
ResolverEndpoint |
withStatusMessage(String statusMessage)
A detailed description of the status of the Resolver endpoint.
|
public void setId(String id)
The ID of the Resolver endpoint.
id
- The ID of the Resolver endpoint.public String getId()
The ID of the Resolver endpoint.
public ResolverEndpoint withId(String id)
The ID of the Resolver endpoint.
id
- The ID of the Resolver endpoint.public void setCreatorRequestId(String creatorRequestId)
A unique string that identifies the request that created the Resolver endpoint. The CreatorRequestId
allows failed requests to be retried without the risk of running the operation twice.
creatorRequestId
- A unique string that identifies the request that created the Resolver endpoint. The
CreatorRequestId
allows failed requests to be retried without the risk of running the
operation twice.public String getCreatorRequestId()
A unique string that identifies the request that created the Resolver endpoint. The CreatorRequestId
allows failed requests to be retried without the risk of running the operation twice.
CreatorRequestId
allows failed requests to be retried without the risk of running the
operation twice.public ResolverEndpoint withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request that created the Resolver endpoint. The CreatorRequestId
allows failed requests to be retried without the risk of running the operation twice.
creatorRequestId
- A unique string that identifies the request that created the Resolver endpoint. The
CreatorRequestId
allows failed requests to be retried without the risk of running the
operation twice.public void setArn(String arn)
The ARN (Amazon Resource Name) for the Resolver endpoint.
arn
- The ARN (Amazon Resource Name) for the Resolver endpoint.public String getArn()
The ARN (Amazon Resource Name) for the Resolver endpoint.
public ResolverEndpoint withArn(String arn)
The ARN (Amazon Resource Name) for the Resolver endpoint.
arn
- The ARN (Amazon Resource Name) for the Resolver endpoint.public void setName(String name)
The name that you assigned to the Resolver endpoint when you submitted a CreateResolverEndpoint request.
name
- The name that you assigned to the Resolver endpoint when you submitted a CreateResolverEndpoint request.public String getName()
The name that you assigned to the Resolver endpoint when you submitted a CreateResolverEndpoint request.
public ResolverEndpoint withName(String name)
The name that you assigned to the Resolver endpoint when you submitted a CreateResolverEndpoint request.
name
- The name that you assigned to the Resolver endpoint when you submitted a CreateResolverEndpoint request.public List<String> getSecurityGroupIds()
The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound 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.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound 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 control access to this VPC. The security group must include one
or more inbound rules (for inbound endpoints) or outbound rules (for outbound 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.public ResolverEndpoint withSecurityGroupIds(String... securityGroupIds)
The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound 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.
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 control access to this VPC. The security group must include one
or more inbound rules (for inbound endpoints) or outbound rules (for outbound 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.public ResolverEndpoint withSecurityGroupIds(Collection<String> securityGroupIds)
The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound 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 control access to this VPC. The security group must include one
or more inbound rules (for inbound endpoints) or outbound rules (for outbound 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.public void setDirection(String direction)
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
INBOUND
: allows DNS queries to your VPC from your network
OUTBOUND
: allows DNS queries from your VPC to your network
direction
- Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
INBOUND
: allows DNS queries to your VPC from your network
OUTBOUND
: allows DNS queries from your VPC to your network
ResolverEndpointDirection
public String getDirection()
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
INBOUND
: allows DNS queries to your VPC from your network
OUTBOUND
: allows DNS queries from your VPC to your network
INBOUND
: allows DNS queries to your VPC from your network
OUTBOUND
: allows DNS queries from your VPC to your network
ResolverEndpointDirection
public ResolverEndpoint withDirection(String direction)
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
INBOUND
: allows DNS queries to your VPC from your network
OUTBOUND
: allows DNS queries from your VPC to your network
direction
- Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
INBOUND
: allows DNS queries to your VPC from your network
OUTBOUND
: allows DNS queries from your VPC to your network
ResolverEndpointDirection
public ResolverEndpoint withDirection(ResolverEndpointDirection direction)
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
INBOUND
: allows DNS queries to your VPC from your network
OUTBOUND
: allows DNS queries from your VPC to your network
direction
- Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
INBOUND
: allows DNS queries to your VPC from your network
OUTBOUND
: allows DNS queries from your VPC to your network
ResolverEndpointDirection
public void setIpAddressCount(Integer ipAddressCount)
The number of IP addresses that the Resolver endpoint can use for DNS queries.
ipAddressCount
- The number of IP addresses that the Resolver endpoint can use for DNS queries.public Integer getIpAddressCount()
The number of IP addresses that the Resolver endpoint can use for DNS queries.
public ResolverEndpoint withIpAddressCount(Integer ipAddressCount)
The number of IP addresses that the Resolver endpoint can use for DNS queries.
ipAddressCount
- The number of IP addresses that the Resolver endpoint can use for DNS queries.public void setHostVPCId(String hostVPCId)
The ID of the VPC that you want to create the Resolver endpoint in.
hostVPCId
- The ID of the VPC that you want to create the Resolver endpoint in.public String getHostVPCId()
The ID of the VPC that you want to create the Resolver endpoint in.
public ResolverEndpoint withHostVPCId(String hostVPCId)
The ID of the VPC that you want to create the Resolver endpoint in.
hostVPCId
- The ID of the VPC that you want to create the Resolver endpoint in.public void setStatus(String status)
A code that specifies the current status of the Resolver endpoint. Valid values include the following:
CREATING
: Resolver is creating and configuring one or more Amazon VPC network interfaces for this
endpoint.
OPERATIONAL
: The Amazon VPC network interfaces for this endpoint are correctly configured and able
to pass inbound or outbound DNS queries between your network and Resolver.
UPDATING
: Resolver is associating or disassociating one or more network interfaces with this
endpoint.
AUTO_RECOVERING
: Resolver is trying to recover one or more of the network interfaces that are
associated with this endpoint. During the recovery process, the endpoint functions with limited capacity because
of the limit on the number of DNS queries per IP address (per network interface). For the current limit, see
Limits on Route 53 Resolver.
ACTION_NEEDED
: This endpoint is unhealthy, and Resolver can't automatically recover it. To resolve
the problem, we recommend that you check each IP address that you associated with the endpoint. For each IP
address that isn't available, add another IP address and then delete the IP address that isn't available. (An
endpoint must always include at least two IP addresses.) A status of ACTION_NEEDED
can have a
variety of causes. Here are two common causes:
One or more of the network interfaces that are associated with the endpoint were deleted using Amazon VPC.
The network interface couldn't be created for some reason that's outside the control of Resolver.
DELETING
: Resolver is deleting this endpoint and the associated network interfaces.
status
- A code that specifies the current status of the Resolver endpoint. Valid values include the following:
CREATING
: Resolver is creating and configuring one or more Amazon VPC network interfaces for
this endpoint.
OPERATIONAL
: The Amazon VPC network interfaces for this endpoint are correctly configured and
able to pass inbound or outbound DNS queries between your network and Resolver.
UPDATING
: Resolver is associating or disassociating one or more network interfaces with this
endpoint.
AUTO_RECOVERING
: Resolver is trying to recover one or more of the network interfaces that are
associated with this endpoint. During the recovery process, the endpoint functions with limited capacity
because of the limit on the number of DNS queries per IP address (per network interface). For the current
limit, see Limits on Route 53 Resolver.
ACTION_NEEDED
: This endpoint is unhealthy, and Resolver can't automatically recover it. To
resolve the problem, we recommend that you check each IP address that you associated with the endpoint.
For each IP address that isn't available, add another IP address and then delete the IP address that isn't
available. (An endpoint must always include at least two IP addresses.) A status of
ACTION_NEEDED
can have a variety of causes. Here are two common causes:
One or more of the network interfaces that are associated with the endpoint were deleted using Amazon VPC.
The network interface couldn't be created for some reason that's outside the control of Resolver.
DELETING
: Resolver is deleting this endpoint and the associated network interfaces.
ResolverEndpointStatus
public String getStatus()
A code that specifies the current status of the Resolver endpoint. Valid values include the following:
CREATING
: Resolver is creating and configuring one or more Amazon VPC network interfaces for this
endpoint.
OPERATIONAL
: The Amazon VPC network interfaces for this endpoint are correctly configured and able
to pass inbound or outbound DNS queries between your network and Resolver.
UPDATING
: Resolver is associating or disassociating one or more network interfaces with this
endpoint.
AUTO_RECOVERING
: Resolver is trying to recover one or more of the network interfaces that are
associated with this endpoint. During the recovery process, the endpoint functions with limited capacity because
of the limit on the number of DNS queries per IP address (per network interface). For the current limit, see
Limits on Route 53 Resolver.
ACTION_NEEDED
: This endpoint is unhealthy, and Resolver can't automatically recover it. To resolve
the problem, we recommend that you check each IP address that you associated with the endpoint. For each IP
address that isn't available, add another IP address and then delete the IP address that isn't available. (An
endpoint must always include at least two IP addresses.) A status of ACTION_NEEDED
can have a
variety of causes. Here are two common causes:
One or more of the network interfaces that are associated with the endpoint were deleted using Amazon VPC.
The network interface couldn't be created for some reason that's outside the control of Resolver.
DELETING
: Resolver is deleting this endpoint and the associated network interfaces.
CREATING
: Resolver is creating and configuring one or more Amazon VPC network interfaces for
this endpoint.
OPERATIONAL
: The Amazon VPC network interfaces for this endpoint are correctly configured
and able to pass inbound or outbound DNS queries between your network and Resolver.
UPDATING
: Resolver is associating or disassociating one or more network interfaces with this
endpoint.
AUTO_RECOVERING
: Resolver is trying to recover one or more of the network interfaces that
are associated with this endpoint. During the recovery process, the endpoint functions with limited
capacity because of the limit on the number of DNS queries per IP address (per network interface). For
the current limit, see Limits on Route 53 Resolver.
ACTION_NEEDED
: This endpoint is unhealthy, and Resolver can't automatically recover it. To
resolve the problem, we recommend that you check each IP address that you associated with the endpoint.
For each IP address that isn't available, add another IP address and then delete the IP address that
isn't available. (An endpoint must always include at least two IP addresses.) A status of
ACTION_NEEDED
can have a variety of causes. Here are two common causes:
One or more of the network interfaces that are associated with the endpoint were deleted using Amazon VPC.
The network interface couldn't be created for some reason that's outside the control of Resolver.
DELETING
: Resolver is deleting this endpoint and the associated network interfaces.
ResolverEndpointStatus
public ResolverEndpoint withStatus(String status)
A code that specifies the current status of the Resolver endpoint. Valid values include the following:
CREATING
: Resolver is creating and configuring one or more Amazon VPC network interfaces for this
endpoint.
OPERATIONAL
: The Amazon VPC network interfaces for this endpoint are correctly configured and able
to pass inbound or outbound DNS queries between your network and Resolver.
UPDATING
: Resolver is associating or disassociating one or more network interfaces with this
endpoint.
AUTO_RECOVERING
: Resolver is trying to recover one or more of the network interfaces that are
associated with this endpoint. During the recovery process, the endpoint functions with limited capacity because
of the limit on the number of DNS queries per IP address (per network interface). For the current limit, see
Limits on Route 53 Resolver.
ACTION_NEEDED
: This endpoint is unhealthy, and Resolver can't automatically recover it. To resolve
the problem, we recommend that you check each IP address that you associated with the endpoint. For each IP
address that isn't available, add another IP address and then delete the IP address that isn't available. (An
endpoint must always include at least two IP addresses.) A status of ACTION_NEEDED
can have a
variety of causes. Here are two common causes:
One or more of the network interfaces that are associated with the endpoint were deleted using Amazon VPC.
The network interface couldn't be created for some reason that's outside the control of Resolver.
DELETING
: Resolver is deleting this endpoint and the associated network interfaces.
status
- A code that specifies the current status of the Resolver endpoint. Valid values include the following:
CREATING
: Resolver is creating and configuring one or more Amazon VPC network interfaces for
this endpoint.
OPERATIONAL
: The Amazon VPC network interfaces for this endpoint are correctly configured and
able to pass inbound or outbound DNS queries between your network and Resolver.
UPDATING
: Resolver is associating or disassociating one or more network interfaces with this
endpoint.
AUTO_RECOVERING
: Resolver is trying to recover one or more of the network interfaces that are
associated with this endpoint. During the recovery process, the endpoint functions with limited capacity
because of the limit on the number of DNS queries per IP address (per network interface). For the current
limit, see Limits on Route 53 Resolver.
ACTION_NEEDED
: This endpoint is unhealthy, and Resolver can't automatically recover it. To
resolve the problem, we recommend that you check each IP address that you associated with the endpoint.
For each IP address that isn't available, add another IP address and then delete the IP address that isn't
available. (An endpoint must always include at least two IP addresses.) A status of
ACTION_NEEDED
can have a variety of causes. Here are two common causes:
One or more of the network interfaces that are associated with the endpoint were deleted using Amazon VPC.
The network interface couldn't be created for some reason that's outside the control of Resolver.
DELETING
: Resolver is deleting this endpoint and the associated network interfaces.
ResolverEndpointStatus
public ResolverEndpoint withStatus(ResolverEndpointStatus status)
A code that specifies the current status of the Resolver endpoint. Valid values include the following:
CREATING
: Resolver is creating and configuring one or more Amazon VPC network interfaces for this
endpoint.
OPERATIONAL
: The Amazon VPC network interfaces for this endpoint are correctly configured and able
to pass inbound or outbound DNS queries between your network and Resolver.
UPDATING
: Resolver is associating or disassociating one or more network interfaces with this
endpoint.
AUTO_RECOVERING
: Resolver is trying to recover one or more of the network interfaces that are
associated with this endpoint. During the recovery process, the endpoint functions with limited capacity because
of the limit on the number of DNS queries per IP address (per network interface). For the current limit, see
Limits on Route 53 Resolver.
ACTION_NEEDED
: This endpoint is unhealthy, and Resolver can't automatically recover it. To resolve
the problem, we recommend that you check each IP address that you associated with the endpoint. For each IP
address that isn't available, add another IP address and then delete the IP address that isn't available. (An
endpoint must always include at least two IP addresses.) A status of ACTION_NEEDED
can have a
variety of causes. Here are two common causes:
One or more of the network interfaces that are associated with the endpoint were deleted using Amazon VPC.
The network interface couldn't be created for some reason that's outside the control of Resolver.
DELETING
: Resolver is deleting this endpoint and the associated network interfaces.
status
- A code that specifies the current status of the Resolver endpoint. Valid values include the following:
CREATING
: Resolver is creating and configuring one or more Amazon VPC network interfaces for
this endpoint.
OPERATIONAL
: The Amazon VPC network interfaces for this endpoint are correctly configured and
able to pass inbound or outbound DNS queries between your network and Resolver.
UPDATING
: Resolver is associating or disassociating one or more network interfaces with this
endpoint.
AUTO_RECOVERING
: Resolver is trying to recover one or more of the network interfaces that are
associated with this endpoint. During the recovery process, the endpoint functions with limited capacity
because of the limit on the number of DNS queries per IP address (per network interface). For the current
limit, see Limits on Route 53 Resolver.
ACTION_NEEDED
: This endpoint is unhealthy, and Resolver can't automatically recover it. To
resolve the problem, we recommend that you check each IP address that you associated with the endpoint.
For each IP address that isn't available, add another IP address and then delete the IP address that isn't
available. (An endpoint must always include at least two IP addresses.) A status of
ACTION_NEEDED
can have a variety of causes. Here are two common causes:
One or more of the network interfaces that are associated with the endpoint were deleted using Amazon VPC.
The network interface couldn't be created for some reason that's outside the control of Resolver.
DELETING
: Resolver is deleting this endpoint and the associated network interfaces.
ResolverEndpointStatus
public void setStatusMessage(String statusMessage)
A detailed description of the status of the Resolver endpoint.
statusMessage
- A detailed description of the status of the Resolver endpoint.public String getStatusMessage()
A detailed description of the status of the Resolver endpoint.
public ResolverEndpoint withStatusMessage(String statusMessage)
A detailed description of the status of the Resolver endpoint.
statusMessage
- A detailed description of the status of the Resolver endpoint.public void setCreationTime(String creationTime)
The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).
creationTime
- The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).public String getCreationTime()
The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).
public ResolverEndpoint withCreationTime(String creationTime)
The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).
creationTime
- The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).public void setModificationTime(String modificationTime)
The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).
modificationTime
- The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time
(UTC).public String getModificationTime()
The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).
public ResolverEndpoint withModificationTime(String modificationTime)
The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).
modificationTime
- The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time
(UTC).public void setOutpostArn(String outpostArn)
The ARN (Amazon Resource Name) for the Outpost.
outpostArn
- The ARN (Amazon Resource Name) for the Outpost.public String getOutpostArn()
The ARN (Amazon Resource Name) for the Outpost.
public ResolverEndpoint withOutpostArn(String outpostArn)
The ARN (Amazon Resource Name) for the Outpost.
outpostArn
- The ARN (Amazon Resource Name) for the Outpost.public void setPreferredInstanceType(String preferredInstanceType)
The Amazon EC2 instance type.
preferredInstanceType
- The Amazon EC2 instance type.public String getPreferredInstanceType()
The Amazon EC2 instance type.
public ResolverEndpoint withPreferredInstanceType(String preferredInstanceType)
The Amazon EC2 instance type.
preferredInstanceType
- The Amazon EC2 instance type.public void setResolverEndpointType(String resolverEndpointType)
The Resolver endpoint IP address type.
resolverEndpointType
- The Resolver endpoint IP address type.ResolverEndpointType
public String getResolverEndpointType()
The Resolver endpoint IP address type.
ResolverEndpointType
public ResolverEndpoint withResolverEndpointType(String resolverEndpointType)
The Resolver endpoint IP address type.
resolverEndpointType
- The Resolver endpoint IP address type.ResolverEndpointType
public ResolverEndpoint withResolverEndpointType(ResolverEndpointType resolverEndpointType)
The Resolver endpoint IP address type.
resolverEndpointType
- The Resolver endpoint IP address type.ResolverEndpointType
public List<String> getProtocols()
Protocols used 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)
Protocols used 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
- Protocols used 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 ResolverEndpoint withProtocols(String... protocols)
Protocols used 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
- Protocols used 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 ResolverEndpoint withProtocols(Collection<String> protocols)
Protocols used 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
- Protocols used 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 ResolverEndpoint withProtocols(Protocol... protocols)
Protocols used 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
- Protocols used 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 ResolverEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.