Interface GetWirelessGatewayResponse.Builder

    • Method Detail

      • name

        GetWirelessGatewayResponse.Builder name​(String 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

        GetWirelessGatewayResponse.Builder id​(String 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

        GetWirelessGatewayResponse.Builder loRaWAN​(LoRaWANGateway 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.
      • arn

        GetWirelessGatewayResponse.Builder arn​(String 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

        GetWirelessGatewayResponse.Builder thingName​(String 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

        GetWirelessGatewayResponse.Builder thingArn​(String 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.