Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateListenerRequest.Builder,CreateListenerRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateListenerRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateListenerRequest.Builder,CreateListenerRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateListenerRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateListenerRequest.Builder |
builder() |
|
List<Certificate> |
certificates() |
The SSL server certificate.
|
List<Action> |
defaultActions() |
The default action for the listener.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
loadBalancerArn() |
The Amazon Resource Name (ARN) of the load balancer.
|
Integer |
port() |
The port on which the load balancer is listening.
|
String |
protocol() |
The protocol for connections from clients to the load balancer.
|
static Class<? extends CreateListenerRequest.Builder> |
serializableBuilderClass() |
|
String |
sslPolicy() |
The security policy that defines which ciphers and protocols are supported.
|
CreateListenerRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String loadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
public String protocol()
The protocol for connections from clients to the load balancer.
ProtocolEnum
public Integer port()
The port on which the load balancer is listening.
public String sslPolicy()
The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.
public List<Certificate> certificates()
The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.
public List<Action> defaultActions()
The default action for the listener.
public CreateListenerRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateListenerRequest.Builder,CreateListenerRequest>
public static CreateListenerRequest.Builder builder()
public static Class<? extends CreateListenerRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.