Interface GatewaySummary.Builder

  • Method Details

    • gatewayId

      GatewaySummary.Builder gatewayId(String gatewayId)

      The unique identifier of the gateway.

      Parameters:
      gatewayId - The unique identifier of the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the gateway.

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

      The current status of the gateway.

      Parameters:
      status - The current status of the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the gateway.

      Parameters:
      status - The current status of the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      GatewaySummary.Builder description(String description)

      The description of the gateway.

      Parameters:
      description - The description of the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      GatewaySummary.Builder createdAt(Instant createdAt)

      The timestamp when the gateway was created.

      Parameters:
      createdAt - The timestamp when the gateway was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      GatewaySummary.Builder updatedAt(Instant updatedAt)

      The timestamp when the gateway was last updated.

      Parameters:
      updatedAt - The timestamp when the gateway was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authorizerType

      GatewaySummary.Builder authorizerType(String authorizerType)

      The type of authorizer used by the gateway.

      Parameters:
      authorizerType - The type of authorizer used by the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • authorizerType

      GatewaySummary.Builder authorizerType(AuthorizerType authorizerType)

      The type of authorizer used by the gateway.

      Parameters:
      authorizerType - The type of authorizer used by the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • protocolType

      GatewaySummary.Builder protocolType(String protocolType)

      The protocol type used by the gateway.

      Parameters:
      protocolType - The protocol type used by the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • protocolType

      GatewaySummary.Builder protocolType(GatewayProtocolType protocolType)

      The protocol type used by the gateway.

      Parameters:
      protocolType - The protocol type used by the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: