@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.
|
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 |
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 |
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.
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.
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.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.
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.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.
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.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.
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.
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.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.
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.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.
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.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 String toString()
toString
in class Object
Object.toString()
public CreateResolverEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()