Interface WirelessGatewayStatistics.Builder

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

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

    • arn

      The Amazon Resource Name of the resource.

      Parameters:
      arn - The Amazon Resource Name of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the wireless gateway reporting the data.

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

      The name of the resource.

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

      WirelessGatewayStatistics.Builder description(String description)

      The description of the resource.

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

      LoRaWAN gateway info.

      Parameters:
      loRaWAN - LoRaWAN gateway info.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • loRaWAN

      LoRaWAN gateway info.

      This is a convenience method that creates an instance of the LoRaWANGateway.Builder avoiding the need to create one manually via LoRaWANGateway.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to loRaWAN(LoRaWANGateway).

      Parameters:
      loRaWAN - a consumer that will call methods on LoRaWANGateway.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastUplinkReceivedAt

      WirelessGatewayStatistics.Builder lastUplinkReceivedAt(String lastUplinkReceivedAt)

      The date and time when the most recent uplink was received.

      This value is only valid for 3 months.

      Parameters:
      lastUplinkReceivedAt - The date and time when the most recent uplink was received.

      This value is only valid for 3 months.

      Returns:
      Returns a reference to this object so that method calls can be chained together.