Interface ListenerSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ListenerSummary.Builder,ListenerSummary>, SdkBuilder<ListenerSummary.Builder,ListenerSummary>, SdkPojo
Enclosing class:
ListenerSummary

public static interface ListenerSummary.Builder extends SdkPojo, CopyableBuilder<ListenerSummary.Builder,ListenerSummary>
  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the listener.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the listener.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      ListenerSummary.Builder createdAt(Instant createdAt)

      The date and time that the listener was created, specified in ISO-8601 format.

      Parameters:
      createdAt - The date and time that the listener was created, specified in ISO-8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the listener.

      Parameters:
      id - The ID of the listener.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      ListenerSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The date and time that the listener was last updated, specified in ISO-8601 format.

      Parameters:
      lastUpdatedAt - The date and time that the listener was last updated, specified in ISO-8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the listener.

      Parameters:
      name - The name of the listener.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • port

      The listener port.

      Parameters:
      port - The listener port.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protocol

      ListenerSummary.Builder protocol(String protocol)

      The listener protocol.

      Parameters:
      protocol - The listener protocol.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • protocol

      The listener protocol.

      Parameters:
      protocol - The listener protocol.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: