@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyListenerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ModifyListenerRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyListenerRequest |
clone() |
boolean |
equals(Object obj) |
List<Certificate> |
getCertificates()
The SSL server certificate.
|
List<Action> |
getDefaultActions()
The default actions.
|
String |
getListenerArn()
The Amazon Resource Name (ARN) of the listener.
|
Integer |
getPort()
The port for connections from clients to the load balancer.
|
String |
getProtocol()
The protocol for connections from clients to the load balancer.
|
String |
getSslPolicy()
The security policy that defines which ciphers and protocols are supported.
|
int |
hashCode() |
void |
setCertificates(Collection<Certificate> certificates)
The SSL server certificate.
|
void |
setDefaultActions(Collection<Action> defaultActions)
The default actions.
|
void |
setListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
void |
setPort(Integer port)
The port for connections from clients to the load balancer.
|
void |
setProtocol(ProtocolEnum protocol)
The protocol for connections from clients to the load balancer.
|
void |
setProtocol(String protocol)
The protocol for connections from clients to the load balancer.
|
void |
setSslPolicy(String sslPolicy)
The security policy that defines which ciphers and protocols are supported.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ModifyListenerRequest |
withCertificates(Certificate... certificates)
The SSL server certificate.
|
ModifyListenerRequest |
withCertificates(Collection<Certificate> certificates)
The SSL server certificate.
|
ModifyListenerRequest |
withDefaultActions(Action... defaultActions)
The default actions.
|
ModifyListenerRequest |
withDefaultActions(Collection<Action> defaultActions)
The default actions.
|
ModifyListenerRequest |
withListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
ModifyListenerRequest |
withPort(Integer port)
The port for connections from clients to the load balancer.
|
ModifyListenerRequest |
withProtocol(ProtocolEnum protocol)
The protocol for connections from clients to the load balancer.
|
ModifyListenerRequest |
withProtocol(String protocol)
The protocol for connections from clients to the load balancer.
|
ModifyListenerRequest |
withSslPolicy(String sslPolicy)
The security policy that defines which ciphers and protocols are supported.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
listenerArn - The Amazon Resource Name (ARN) of the listener.public String getListenerArn()
The Amazon Resource Name (ARN) of the listener.
public ModifyListenerRequest withListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
listenerArn - The Amazon Resource Name (ARN) of the listener.public void setPort(Integer port)
The port for connections from clients to the load balancer.
port - The port for connections from clients to the load balancer.public Integer getPort()
The port for connections from clients to the load balancer.
public ModifyListenerRequest withPort(Integer port)
The port for connections from clients to the load balancer.
port - The port for connections from clients to the load balancer.public void setProtocol(String protocol)
The protocol for connections from clients to the load balancer.
protocol - The protocol for connections from clients to the load balancer.ProtocolEnumpublic String getProtocol()
The protocol for connections from clients to the load balancer.
ProtocolEnumpublic ModifyListenerRequest withProtocol(String protocol)
The protocol for connections from clients to the load balancer.
protocol - The protocol for connections from clients to the load balancer.ProtocolEnumpublic void setProtocol(ProtocolEnum protocol)
The protocol for connections from clients to the load balancer.
protocol - The protocol for connections from clients to the load balancer.ProtocolEnumpublic ModifyListenerRequest withProtocol(ProtocolEnum protocol)
The protocol for connections from clients to the load balancer.
protocol - The protocol for connections from clients to the load balancer.ProtocolEnumpublic void setSslPolicy(String sslPolicy)
The security policy that defines which ciphers and protocols are supported.
sslPolicy - The security policy that defines which ciphers and protocols are supported.public String getSslPolicy()
The security policy that defines which ciphers and protocols are supported.
public ModifyListenerRequest withSslPolicy(String sslPolicy)
The security policy that defines which ciphers and protocols are supported.
sslPolicy - The security policy that defines which ciphers and protocols are supported.public List<Certificate> getCertificates()
The SSL server certificate.
public void setCertificates(Collection<Certificate> certificates)
The SSL server certificate.
certificates - The SSL server certificate.public ModifyListenerRequest withCertificates(Certificate... certificates)
The SSL server certificate.
NOTE: This method appends the values to the existing list (if any). Use
setCertificates(java.util.Collection) or withCertificates(java.util.Collection) if you want to
override the existing values.
certificates - The SSL server certificate.public ModifyListenerRequest withCertificates(Collection<Certificate> certificates)
The SSL server certificate.
certificates - The SSL server certificate.public List<Action> getDefaultActions()
The default actions.
public void setDefaultActions(Collection<Action> defaultActions)
The default actions.
defaultActions - The default actions.public ModifyListenerRequest withDefaultActions(Action... defaultActions)
The default actions.
NOTE: This method appends the values to the existing list (if any). Use
setDefaultActions(java.util.Collection) or withDefaultActions(java.util.Collection) if you want
to override the existing values.
defaultActions - The default actions.public ModifyListenerRequest withDefaultActions(Collection<Action> defaultActions)
The default actions.
defaultActions - The default actions.public String toString()
toString in class ObjectObject.toString()public ModifyListenerRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.