@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateClientVpnEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateClientVpnEndpointRequest>
NOOP
Constructor and Description |
---|
CreateClientVpnEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
CreateClientVpnEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<ClientVpnAuthenticationRequest> |
getAuthenticationOptions()
Information about the authentication method to be used to authenticate clients.
|
String |
getClientCidrBlock()
The IPv4 address range, in CIDR notation, from which to assign client IP addresses.
|
ClientConnectOptions |
getClientConnectOptions()
The options for managing connection authorization for new client connections.
|
ClientLoginBannerOptions |
getClientLoginBannerOptions()
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients
when a VPN session is established.
|
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
ConnectionLogOptions |
getConnectionLogOptions()
Information about the client connection logging options.
|
String |
getDescription()
A brief description of the Client VPN endpoint.
|
List<String> |
getDnsServers()
Information about the DNS servers to be used for DNS resolution.
|
Request<CreateClientVpnEndpointRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<String> |
getSecurityGroupIds()
The IDs of one or more security groups to apply to the target network.
|
String |
getSelfServicePortal()
Specify whether to enable the self-service portal for the Client VPN endpoint.
|
String |
getServerCertificateArn()
The ARN of the server certificate.
|
Integer |
getSessionTimeoutHours()
The maximum VPN session duration time in hours.
|
Boolean |
getSplitTunnel()
Indicates whether split-tunnel is enabled on the Client VPN endpoint.
|
List<TagSpecification> |
getTagSpecifications()
The tags to apply to the Client VPN endpoint during creation.
|
String |
getTransportProtocol()
The transport protocol to be used by the VPN session.
|
String |
getVpcId()
The ID of the VPC to associate with the Client VPN endpoint.
|
Integer |
getVpnPort()
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
|
int |
hashCode() |
Boolean |
isSplitTunnel()
Indicates whether split-tunnel is enabled on the Client VPN endpoint.
|
void |
setAuthenticationOptions(Collection<ClientVpnAuthenticationRequest> authenticationOptions)
Information about the authentication method to be used to authenticate clients.
|
void |
setClientCidrBlock(String clientCidrBlock)
The IPv4 address range, in CIDR notation, from which to assign client IP addresses.
|
void |
setClientConnectOptions(ClientConnectOptions clientConnectOptions)
The options for managing connection authorization for new client connections.
|
void |
setClientLoginBannerOptions(ClientLoginBannerOptions clientLoginBannerOptions)
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients
when a VPN session is established.
|
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setConnectionLogOptions(ConnectionLogOptions connectionLogOptions)
Information about the client connection logging options.
|
void |
setDescription(String description)
A brief description of the Client VPN endpoint.
|
void |
setDnsServers(Collection<String> dnsServers)
Information about the DNS servers to be used for DNS resolution.
|
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of one or more security groups to apply to the target network.
|
void |
setSelfServicePortal(String selfServicePortal)
Specify whether to enable the self-service portal for the Client VPN endpoint.
|
void |
setServerCertificateArn(String serverCertificateArn)
The ARN of the server certificate.
|
void |
setSessionTimeoutHours(Integer sessionTimeoutHours)
The maximum VPN session duration time in hours.
|
void |
setSplitTunnel(Boolean splitTunnel)
Indicates whether split-tunnel is enabled on the Client VPN endpoint.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Client VPN endpoint during creation.
|
void |
setTransportProtocol(String transportProtocol)
The transport protocol to be used by the VPN session.
|
void |
setVpcId(String vpcId)
The ID of the VPC to associate with the Client VPN endpoint.
|
void |
setVpnPort(Integer vpnPort)
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
|
String |
toString()
Returns a string representation of this object.
|
CreateClientVpnEndpointRequest |
withAuthenticationOptions(ClientVpnAuthenticationRequest... authenticationOptions)
Information about the authentication method to be used to authenticate clients.
|
CreateClientVpnEndpointRequest |
withAuthenticationOptions(Collection<ClientVpnAuthenticationRequest> authenticationOptions)
Information about the authentication method to be used to authenticate clients.
|
CreateClientVpnEndpointRequest |
withClientCidrBlock(String clientCidrBlock)
The IPv4 address range, in CIDR notation, from which to assign client IP addresses.
|
CreateClientVpnEndpointRequest |
withClientConnectOptions(ClientConnectOptions clientConnectOptions)
The options for managing connection authorization for new client connections.
|
CreateClientVpnEndpointRequest |
withClientLoginBannerOptions(ClientLoginBannerOptions clientLoginBannerOptions)
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients
when a VPN session is established.
|
CreateClientVpnEndpointRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateClientVpnEndpointRequest |
withConnectionLogOptions(ConnectionLogOptions connectionLogOptions)
Information about the client connection logging options.
|
CreateClientVpnEndpointRequest |
withDescription(String description)
A brief description of the Client VPN endpoint.
|
CreateClientVpnEndpointRequest |
withDnsServers(Collection<String> dnsServers)
Information about the DNS servers to be used for DNS resolution.
|
CreateClientVpnEndpointRequest |
withDnsServers(String... dnsServers)
Information about the DNS servers to be used for DNS resolution.
|
CreateClientVpnEndpointRequest |
withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of one or more security groups to apply to the target network.
|
CreateClientVpnEndpointRequest |
withSecurityGroupIds(String... securityGroupIds)
The IDs of one or more security groups to apply to the target network.
|
CreateClientVpnEndpointRequest |
withSelfServicePortal(SelfServicePortal selfServicePortal)
Specify whether to enable the self-service portal for the Client VPN endpoint.
|
CreateClientVpnEndpointRequest |
withSelfServicePortal(String selfServicePortal)
Specify whether to enable the self-service portal for the Client VPN endpoint.
|
CreateClientVpnEndpointRequest |
withServerCertificateArn(String serverCertificateArn)
The ARN of the server certificate.
|
CreateClientVpnEndpointRequest |
withSessionTimeoutHours(Integer sessionTimeoutHours)
The maximum VPN session duration time in hours.
|
CreateClientVpnEndpointRequest |
withSplitTunnel(Boolean splitTunnel)
Indicates whether split-tunnel is enabled on the Client VPN endpoint.
|
CreateClientVpnEndpointRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Client VPN endpoint during creation.
|
CreateClientVpnEndpointRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the Client VPN endpoint during creation.
|
CreateClientVpnEndpointRequest |
withTransportProtocol(String transportProtocol)
The transport protocol to be used by the VPN session.
|
CreateClientVpnEndpointRequest |
withTransportProtocol(TransportProtocol transportProtocol)
The transport protocol to be used by the VPN session.
|
CreateClientVpnEndpointRequest |
withVpcId(String vpcId)
The ID of the VPC to associate with the Client VPN endpoint.
|
CreateClientVpnEndpointRequest |
withVpnPort(Integer vpnPort)
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
|
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 setClientCidrBlock(String clientCidrBlock)
The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.
clientCidrBlock
- The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range
cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes
that you add manually. The address range cannot be changed after the Client VPN endpoint has been created.
Client CIDR range must have a size of at least /22 and must not be greater than /12.public String getClientCidrBlock()
The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.
public CreateClientVpnEndpointRequest withClientCidrBlock(String clientCidrBlock)
The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.
clientCidrBlock
- The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range
cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes
that you add manually. The address range cannot be changed after the Client VPN endpoint has been created.
Client CIDR range must have a size of at least /22 and must not be greater than /12.public void setServerCertificateArn(String serverCertificateArn)
The ARN of the server certificate. For more information, see the Certificate Manager User Guide.
serverCertificateArn
- The ARN of the server certificate. For more information, see the Certificate Manager User Guide.public String getServerCertificateArn()
The ARN of the server certificate. For more information, see the Certificate Manager User Guide.
public CreateClientVpnEndpointRequest withServerCertificateArn(String serverCertificateArn)
The ARN of the server certificate. For more information, see the Certificate Manager User Guide.
serverCertificateArn
- The ARN of the server certificate. For more information, see the Certificate Manager User Guide.public List<ClientVpnAuthenticationRequest> getAuthenticationOptions()
Information about the authentication method to be used to authenticate clients.
public void setAuthenticationOptions(Collection<ClientVpnAuthenticationRequest> authenticationOptions)
Information about the authentication method to be used to authenticate clients.
authenticationOptions
- Information about the authentication method to be used to authenticate clients.public CreateClientVpnEndpointRequest withAuthenticationOptions(ClientVpnAuthenticationRequest... authenticationOptions)
Information about the authentication method to be used to authenticate clients.
NOTE: This method appends the values to the existing list (if any). Use
setAuthenticationOptions(java.util.Collection)
or
withAuthenticationOptions(java.util.Collection)
if you want to override the existing values.
authenticationOptions
- Information about the authentication method to be used to authenticate clients.public CreateClientVpnEndpointRequest withAuthenticationOptions(Collection<ClientVpnAuthenticationRequest> authenticationOptions)
Information about the authentication method to be used to authenticate clients.
authenticationOptions
- Information about the authentication method to be used to authenticate clients.public void setConnectionLogOptions(ConnectionLogOptions connectionLogOptions)
Information about the client connection logging options.
If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:
Client connection requests
Client connection results (successful and unsuccessful)
Reasons for unsuccessful client connection requests
Client connection termination time
connectionLogOptions
- Information about the client connection logging options.
If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:
Client connection requests
Client connection results (successful and unsuccessful)
Reasons for unsuccessful client connection requests
Client connection termination time
public ConnectionLogOptions getConnectionLogOptions()
Information about the client connection logging options.
If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:
Client connection requests
Client connection results (successful and unsuccessful)
Reasons for unsuccessful client connection requests
Client connection termination time
If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:
Client connection requests
Client connection results (successful and unsuccessful)
Reasons for unsuccessful client connection requests
Client connection termination time
public CreateClientVpnEndpointRequest withConnectionLogOptions(ConnectionLogOptions connectionLogOptions)
Information about the client connection logging options.
If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:
Client connection requests
Client connection results (successful and unsuccessful)
Reasons for unsuccessful client connection requests
Client connection termination time
connectionLogOptions
- Information about the client connection logging options.
If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:
Client connection requests
Client connection results (successful and unsuccessful)
Reasons for unsuccessful client connection requests
Client connection termination time
public List<String> getDnsServers()
Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.
public void setDnsServers(Collection<String> dnsServers)
Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.
dnsServers
- Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two
DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS
server.public CreateClientVpnEndpointRequest withDnsServers(String... dnsServers)
Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.
NOTE: This method appends the values to the existing list (if any). Use
setDnsServers(java.util.Collection)
or withDnsServers(java.util.Collection)
if you want to
override the existing values.
dnsServers
- Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two
DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS
server.public CreateClientVpnEndpointRequest withDnsServers(Collection<String> dnsServers)
Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.
dnsServers
- Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two
DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS
server.public void setTransportProtocol(String transportProtocol)
The transport protocol to be used by the VPN session.
Default value: udp
transportProtocol
- The transport protocol to be used by the VPN session.
Default value: udp
TransportProtocol
public String getTransportProtocol()
The transport protocol to be used by the VPN session.
Default value: udp
Default value: udp
TransportProtocol
public CreateClientVpnEndpointRequest withTransportProtocol(String transportProtocol)
The transport protocol to be used by the VPN session.
Default value: udp
transportProtocol
- The transport protocol to be used by the VPN session.
Default value: udp
TransportProtocol
public CreateClientVpnEndpointRequest withTransportProtocol(TransportProtocol transportProtocol)
The transport protocol to be used by the VPN session.
Default value: udp
transportProtocol
- The transport protocol to be used by the VPN session.
Default value: udp
TransportProtocol
public void setVpnPort(Integer vpnPort)
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
Valid Values: 443
| 1194
Default Value: 443
vpnPort
- The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
Valid Values: 443
| 1194
Default Value: 443
public Integer getVpnPort()
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
Valid Values: 443
| 1194
Default Value: 443
Valid Values: 443
| 1194
Default Value: 443
public CreateClientVpnEndpointRequest withVpnPort(Integer vpnPort)
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
Valid Values: 443
| 1194
Default Value: 443
vpnPort
- The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
Valid Values: 443
| 1194
Default Value: 443
public void setDescription(String description)
A brief description of the Client VPN endpoint.
description
- A brief description of the Client VPN endpoint.public String getDescription()
A brief description of the Client VPN endpoint.
public CreateClientVpnEndpointRequest withDescription(String description)
A brief description of the Client VPN endpoint.
description
- A brief description of the Client VPN endpoint.public void setSplitTunnel(Boolean splitTunnel)
Indicates whether split-tunnel is enabled on the Client VPN endpoint.
By default, split-tunnel on a VPN endpoint is disabled.
For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.
splitTunnel
- Indicates whether split-tunnel is enabled on the Client VPN endpoint.
By default, split-tunnel on a VPN endpoint is disabled.
For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.
public Boolean getSplitTunnel()
Indicates whether split-tunnel is enabled on the Client VPN endpoint.
By default, split-tunnel on a VPN endpoint is disabled.
For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.
By default, split-tunnel on a VPN endpoint is disabled.
For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.
public CreateClientVpnEndpointRequest withSplitTunnel(Boolean splitTunnel)
Indicates whether split-tunnel is enabled on the Client VPN endpoint.
By default, split-tunnel on a VPN endpoint is disabled.
For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.
splitTunnel
- Indicates whether split-tunnel is enabled on the Client VPN endpoint.
By default, split-tunnel on a VPN endpoint is disabled.
For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.
public Boolean isSplitTunnel()
Indicates whether split-tunnel is enabled on the Client VPN endpoint.
By default, split-tunnel on a VPN endpoint is disabled.
For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.
By default, split-tunnel on a VPN endpoint is disabled.
For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.
public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring idempotency.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
public CreateClientVpnEndpointRequest withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring idempotency.public List<TagSpecification> getTagSpecifications()
The tags to apply to the Client VPN endpoint during creation.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Client VPN endpoint during creation.
tagSpecifications
- The tags to apply to the Client VPN endpoint during creation.public CreateClientVpnEndpointRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the Client VPN endpoint during creation.
NOTE: This method appends the values to the existing list (if any). Use
setTagSpecifications(java.util.Collection)
or withTagSpecifications(java.util.Collection)
if
you want to override the existing values.
tagSpecifications
- The tags to apply to the Client VPN endpoint during creation.public CreateClientVpnEndpointRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Client VPN endpoint during creation.
tagSpecifications
- The tags to apply to the Client VPN endpoint during creation.public List<String> getSecurityGroupIds()
The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.
securityGroupIds
- The IDs of one or more security groups to apply to the target network. You must also specify the ID of the
VPC that contains the security groups.public CreateClientVpnEndpointRequest withSecurityGroupIds(String... securityGroupIds)
The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.
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 IDs of one or more security groups to apply to the target network. You must also specify the ID of the
VPC that contains the security groups.public CreateClientVpnEndpointRequest withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.
securityGroupIds
- The IDs of one or more security groups to apply to the target network. You must also specify the ID of the
VPC that contains the security groups.public void setVpcId(String vpcId)
The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.
vpcId
- The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the
request, the default security group for the VPC is applied.public String getVpcId()
The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.
public CreateClientVpnEndpointRequest withVpcId(String vpcId)
The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.
vpcId
- The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the
request, the default security group for the VPC is applied.public void setSelfServicePortal(String selfServicePortal)
Specify whether to enable the self-service portal for the Client VPN endpoint.
Default Value: enabled
selfServicePortal
- Specify whether to enable the self-service portal for the Client VPN endpoint.
Default Value: enabled
SelfServicePortal
public String getSelfServicePortal()
Specify whether to enable the self-service portal for the Client VPN endpoint.
Default Value: enabled
Default Value: enabled
SelfServicePortal
public CreateClientVpnEndpointRequest withSelfServicePortal(String selfServicePortal)
Specify whether to enable the self-service portal for the Client VPN endpoint.
Default Value: enabled
selfServicePortal
- Specify whether to enable the self-service portal for the Client VPN endpoint.
Default Value: enabled
SelfServicePortal
public CreateClientVpnEndpointRequest withSelfServicePortal(SelfServicePortal selfServicePortal)
Specify whether to enable the self-service portal for the Client VPN endpoint.
Default Value: enabled
selfServicePortal
- Specify whether to enable the self-service portal for the Client VPN endpoint.
Default Value: enabled
SelfServicePortal
public void setClientConnectOptions(ClientConnectOptions clientConnectOptions)
The options for managing connection authorization for new client connections.
clientConnectOptions
- The options for managing connection authorization for new client connections.public ClientConnectOptions getClientConnectOptions()
The options for managing connection authorization for new client connections.
public CreateClientVpnEndpointRequest withClientConnectOptions(ClientConnectOptions clientConnectOptions)
The options for managing connection authorization for new client connections.
clientConnectOptions
- The options for managing connection authorization for new client connections.public void setSessionTimeoutHours(Integer sessionTimeoutHours)
The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
sessionTimeoutHours
- The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
public Integer getSessionTimeoutHours()
The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
Valid values: 8 | 10 | 12 | 24
Default value: 24
public CreateClientVpnEndpointRequest withSessionTimeoutHours(Integer sessionTimeoutHours)
The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
sessionTimeoutHours
- The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
public void setClientLoginBannerOptions(ClientLoginBannerOptions clientLoginBannerOptions)
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
clientLoginBannerOptions
- Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided
clients when a VPN session is established.public ClientLoginBannerOptions getClientLoginBannerOptions()
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
public CreateClientVpnEndpointRequest withClientLoginBannerOptions(ClientLoginBannerOptions clientLoginBannerOptions)
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
clientLoginBannerOptions
- Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided
clients when a VPN session is established.public Request<CreateClientVpnEndpointRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateClientVpnEndpointRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateClientVpnEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()