@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLoadBalancerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateLoadBalancerRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateLoadBalancerRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCertificateAlternativeNames()
The alternative domain names to use with your TLS/SSL certificate (e.g.,
www.example.com,
www.ejemplo.com, ejemplo.com). |
String |
getCertificateDomainName()
The domain name with which your certificate is associated (e.g.,
example.com). |
String |
getCertificateName()
The name of the TLS/SSL certificate.
|
String |
getHealthCheckPath()
The path you provided to perform the load balancer health check.
|
Integer |
getInstancePort()
The instance port where you're creating your load balancer.
|
String |
getLoadBalancerName()
The name of your load balancer.
|
int |
hashCode() |
void |
setCertificateAlternativeNames(Collection<String> certificateAlternativeNames)
The alternative domain names to use with your TLS/SSL certificate (e.g.,
www.example.com,
www.ejemplo.com, ejemplo.com). |
void |
setCertificateDomainName(String certificateDomainName)
The domain name with which your certificate is associated (e.g.,
example.com). |
void |
setCertificateName(String certificateName)
The name of the TLS/SSL certificate.
|
void |
setHealthCheckPath(String healthCheckPath)
The path you provided to perform the load balancer health check.
|
void |
setInstancePort(Integer instancePort)
The instance port where you're creating your load balancer.
|
void |
setLoadBalancerName(String loadBalancerName)
The name of your load balancer.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateLoadBalancerRequest |
withCertificateAlternativeNames(Collection<String> certificateAlternativeNames)
The alternative domain names to use with your TLS/SSL certificate (e.g.,
www.example.com,
www.ejemplo.com, ejemplo.com). |
CreateLoadBalancerRequest |
withCertificateAlternativeNames(String... certificateAlternativeNames)
The alternative domain names to use with your TLS/SSL certificate (e.g.,
www.example.com,
www.ejemplo.com, ejemplo.com). |
CreateLoadBalancerRequest |
withCertificateDomainName(String certificateDomainName)
The domain name with which your certificate is associated (e.g.,
example.com). |
CreateLoadBalancerRequest |
withCertificateName(String certificateName)
The name of the TLS/SSL certificate.
|
CreateLoadBalancerRequest |
withHealthCheckPath(String healthCheckPath)
The path you provided to perform the load balancer health check.
|
CreateLoadBalancerRequest |
withInstancePort(Integer instancePort)
The instance port where you're creating your load balancer.
|
CreateLoadBalancerRequest |
withLoadBalancerName(String loadBalancerName)
The name of your load balancer.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setLoadBalancerName(String loadBalancerName)
The name of your load balancer.
loadBalancerName - The name of your load balancer.public String getLoadBalancerName()
The name of your load balancer.
public CreateLoadBalancerRequest withLoadBalancerName(String loadBalancerName)
The name of your load balancer.
loadBalancerName - The name of your load balancer.public void setInstancePort(Integer instancePort)
The instance port where you're creating your load balancer.
instancePort - The instance port where you're creating your load balancer.public Integer getInstancePort()
The instance port where you're creating your load balancer.
public CreateLoadBalancerRequest withInstancePort(Integer instancePort)
The instance port where you're creating your load balancer.
instancePort - The instance port where you're creating your load balancer.public void setHealthCheckPath(String healthCheckPath)
The path you provided to perform the load balancer health check. If you didn't specify a health check path,
Lightsail uses the root path of your website (e.g., "/").
healthCheckPath - The path you provided to perform the load balancer health check. If you didn't specify a health check
path, Lightsail uses the root path of your website (e.g., "/").public String getHealthCheckPath()
The path you provided to perform the load balancer health check. If you didn't specify a health check path,
Lightsail uses the root path of your website (e.g., "/").
"/").public CreateLoadBalancerRequest withHealthCheckPath(String healthCheckPath)
The path you provided to perform the load balancer health check. If you didn't specify a health check path,
Lightsail uses the root path of your website (e.g., "/").
healthCheckPath - The path you provided to perform the load balancer health check. If you didn't specify a health check
path, Lightsail uses the root path of your website (e.g., "/").public void setCertificateName(String certificateName)
The name of the TLS/SSL certificate.
If you specify certificateName, then certificateDomainName is required (and
vice-versa).
certificateName - The name of the TLS/SSL certificate.
If you specify certificateName, then certificateDomainName is required (and
vice-versa).
public String getCertificateName()
The name of the TLS/SSL certificate.
If you specify certificateName, then certificateDomainName is required (and
vice-versa).
If you specify certificateName, then certificateDomainName is required (and
vice-versa).
public CreateLoadBalancerRequest withCertificateName(String certificateName)
The name of the TLS/SSL certificate.
If you specify certificateName, then certificateDomainName is required (and
vice-versa).
certificateName - The name of the TLS/SSL certificate.
If you specify certificateName, then certificateDomainName is required (and
vice-versa).
public void setCertificateDomainName(String certificateDomainName)
The domain name with which your certificate is associated (e.g., example.com).
If you specify certificateDomainName, then certificateName is required (and
vice-versa).
certificateDomainName - The domain name with which your certificate is associated (e.g., example.com).
If you specify certificateDomainName, then certificateName is required (and
vice-versa).
public String getCertificateDomainName()
The domain name with which your certificate is associated (e.g., example.com).
If you specify certificateDomainName, then certificateName is required (and
vice-versa).
example.com).
If you specify certificateDomainName, then certificateName is required (and
vice-versa).
public CreateLoadBalancerRequest withCertificateDomainName(String certificateDomainName)
The domain name with which your certificate is associated (e.g., example.com).
If you specify certificateDomainName, then certificateName is required (and
vice-versa).
certificateDomainName - The domain name with which your certificate is associated (e.g., example.com).
If you specify certificateDomainName, then certificateName is required (and
vice-versa).
public List<String> getCertificateAlternativeNames()
The alternative domain names to use with your TLS/SSL certificate (e.g., www.example.com,
www.ejemplo.com, ejemplo.com).
www.example.com,
www.ejemplo.com, ejemplo.com).public void setCertificateAlternativeNames(Collection<String> certificateAlternativeNames)
The alternative domain names to use with your TLS/SSL certificate (e.g., www.example.com,
www.ejemplo.com, ejemplo.com).
certificateAlternativeNames - The alternative domain names to use with your TLS/SSL certificate (e.g., www.example.com,
www.ejemplo.com, ejemplo.com).public CreateLoadBalancerRequest withCertificateAlternativeNames(String... certificateAlternativeNames)
The alternative domain names to use with your TLS/SSL certificate (e.g., www.example.com,
www.ejemplo.com, ejemplo.com).
NOTE: This method appends the values to the existing list (if any). Use
setCertificateAlternativeNames(java.util.Collection) or
withCertificateAlternativeNames(java.util.Collection) if you want to override the existing values.
certificateAlternativeNames - The alternative domain names to use with your TLS/SSL certificate (e.g., www.example.com,
www.ejemplo.com, ejemplo.com).public CreateLoadBalancerRequest withCertificateAlternativeNames(Collection<String> certificateAlternativeNames)
The alternative domain names to use with your TLS/SSL certificate (e.g., www.example.com,
www.ejemplo.com, ejemplo.com).
certificateAlternativeNames - The alternative domain names to use with your TLS/SSL certificate (e.g., www.example.com,
www.ejemplo.com, ejemplo.com).public String toString()
toString in class ObjectObject.toString()public CreateLoadBalancerRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.