@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
executing the operation twice.
|
String |
getDirection()
Specify the applicable value:
|
List<IpAddressRequest> |
getIpAddresses()
The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs to
your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound resolver
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
executing 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 you want DNS queries to pass through on the way from your VPCs to
your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound resolver
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
executing 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 you want DNS queries to pass through on the way from your VPCs to
your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound resolver
endpoints).
|
CreateResolverEndpointRequest |
withIpAddresses(IpAddressRequest... ipAddresses)
The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs to
your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound resolver
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
executing 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 executing 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
executing 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
executing 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 executing 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).
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).
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).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).
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).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).
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).public void setDirection(String direction)
Specify the applicable value:
INBOUND
: Resolver forwards DNS queries to the DNS service for a VPC from your network or another VPC
OUTBOUND
: Resolver forwards DNS queries from the DNS service for a VPC to your network or another
VPC
direction
- Specify the applicable value:
INBOUND
: Resolver forwards DNS queries to the DNS service for a VPC from your network or
another VPC
OUTBOUND
: Resolver forwards DNS queries from the DNS service for a VPC to your network or
another VPC
ResolverEndpointDirection
public String getDirection()
Specify the applicable value:
INBOUND
: Resolver forwards DNS queries to the DNS service for a VPC from your network or another VPC
OUTBOUND
: Resolver forwards DNS queries from the DNS service for a VPC to your network or another
VPC
INBOUND
: Resolver forwards DNS queries to the DNS service for a VPC from your network or
another VPC
OUTBOUND
: Resolver forwards DNS queries from the DNS service for a VPC to your network or
another VPC
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 or another VPC
OUTBOUND
: Resolver forwards DNS queries from the DNS service for a VPC to your network or another
VPC
direction
- Specify the applicable value:
INBOUND
: Resolver forwards DNS queries to the DNS service for a VPC from your network or
another VPC
OUTBOUND
: Resolver forwards DNS queries from the DNS service for a VPC to your network or
another VPC
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 or another VPC
OUTBOUND
: Resolver forwards DNS queries from the DNS service for a VPC to your network or another
VPC
direction
- Specify the applicable value:
INBOUND
: Resolver forwards DNS queries to the DNS service for a VPC from your network or
another VPC
OUTBOUND
: Resolver forwards DNS queries from the DNS service for a VPC to your network or
another VPC
ResolverEndpointDirection
public List<IpAddressRequest> getIpAddresses()
The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs to your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound resolver endpoints).
public void setIpAddresses(Collection<IpAddressRequest> ipAddresses)
The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs to your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound resolver endpoints).
ipAddresses
- The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your
VPCs to your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound
resolver endpoints).public CreateResolverEndpointRequest withIpAddresses(IpAddressRequest... ipAddresses)
The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs to your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound resolver endpoints).
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 you want DNS queries to pass through on the way from your
VPCs to your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound
resolver endpoints).public CreateResolverEndpointRequest withIpAddresses(Collection<IpAddressRequest> ipAddresses)
The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs to your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound resolver endpoints).
ipAddresses
- The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your
VPCs to your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound
resolver endpoints).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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.