Interface GetWirelessGatewayResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetWirelessGatewayResponse.Builder,GetWirelessGatewayResponse>, IotWirelessResponse.Builder, SdkBuilder<GetWirelessGatewayResponse.Builder,GetWirelessGatewayResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetWirelessGatewayResponse

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

    • 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.
    • id

      The ID of the wireless gateway.

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

      GetWirelessGatewayResponse.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

      Information about the wireless gateway.

      Parameters:
      loRaWAN - Information about the wireless gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • loRaWAN

      Information about the wireless gateway.

      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:
    • 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.
    • thingName

      The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.

      Parameters:
      thingName - The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • thingArn

      The ARN of the thing associated with the wireless gateway.

      Parameters:
      thingArn - The ARN of the thing associated with the wireless gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.