public static interface ListenerSummary.Builder extends SdkPojo, CopyableBuilder<ListenerSummary.Builder,ListenerSummary>
| Modifier and Type | Method and Description |
|---|---|
ListenerSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the listener.
|
ListenerSummary.Builder |
createdAt(Instant createdAt)
The date and time that the listener was created, specified in ISO-8601 format.
|
ListenerSummary.Builder |
id(String id)
The ID of the listener.
|
ListenerSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the listener was last updated, specified in ISO-8601 format.
|
ListenerSummary.Builder |
name(String name)
The name of the listener.
|
ListenerSummary.Builder |
port(Integer port)
The listener port.
|
ListenerSummary.Builder |
protocol(ListenerProtocol protocol)
The listener protocol.
|
ListenerSummary.Builder |
protocol(String protocol)
The listener protocol.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListenerSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the listener.
arn - The Amazon Resource Name (ARN) of the listener.ListenerSummary.Builder createdAt(Instant createdAt)
The date and time that the listener was created, specified in ISO-8601 format.
createdAt - The date and time that the listener was created, specified in ISO-8601 format.ListenerSummary.Builder id(String id)
The ID of the listener.
id - The ID of the listener.ListenerSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the listener was last updated, specified in ISO-8601 format.
lastUpdatedAt - The date and time that the listener was last updated, specified in ISO-8601 format.ListenerSummary.Builder name(String name)
The name of the listener.
name - The name of the listener.ListenerSummary.Builder port(Integer port)
The listener port.
port - The listener port.ListenerSummary.Builder protocol(String protocol)
The listener protocol.
protocol - The listener protocol.ListenerProtocol,
ListenerProtocolListenerSummary.Builder protocol(ListenerProtocol protocol)
The listener protocol.
protocol - The listener protocol.ListenerProtocol,
ListenerProtocolCopyright © 2023. All rights reserved.