Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyListenerRequest.Builder,ModifyListenerRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyListenerRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyListenerRequest.Builder,ModifyListenerRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyListenerRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ModifyListenerRequest.Builder |
builder() |
|
List<Certificate> |
certificates() |
The SSL server certificate.
|
List<Action> |
defaultActions() |
The default actions.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
listenerArn() |
The Amazon Resource Name (ARN) of the listener.
|
Integer |
port() |
The port for connections from clients to the load balancer.
|
String |
protocol() |
The protocol for connections from clients to the load balancer.
|
static Class<? extends ModifyListenerRequest.Builder> |
serializableBuilderClass() |
|
String |
sslPolicy() |
The security policy that defines which protocols and ciphers are supported.
|
ModifyListenerRequest.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 listenerArn()
The Amazon Resource Name (ARN) of the listener.
public Integer port()
The port for connections from clients to the load balancer.
public String protocol()
The protocol for connections from clients to the load balancer.
ProtocolEnum
public String sslPolicy()
The security policy that defines which protocols and ciphers are supported. For more information, see Security Policies in the Application Load Balancers Guide.
public List<Certificate> certificates()
The SSL server certificate.
public List<Action> defaultActions()
The default actions.
public ModifyListenerRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyListenerRequest.Builder,ModifyListenerRequest>
public static ModifyListenerRequest.Builder builder()
public static Class<? extends ModifyListenerRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.