public static interface Listener.Builder extends CopyableBuilder<Listener.Builder,Listener>
Modifier and Type | Method and Description |
---|---|
Listener.Builder |
port(Integer port)
The port that is used by the Listener.
|
Listener.Builder |
protocol(String protocol)
The protocol that is used by the Listener.
|
copy
apply, build
Listener.Builder protocol(String protocol)
The protocol that is used by the Listener.
protocol
- The protocol that is used by the Listener.Listener.Builder port(Integer port)
The port that is used by the Listener.
port
- The port that is used by the Listener.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.