Interface GreengrassV2.Builder

  • Method Details

    • coreDeviceThingName

      GreengrassV2.Builder coreDeviceThingName(String coreDeviceThingName)

      The name of the IoT thing for your IoT Greengrass V2 core device.

      Parameters:
      coreDeviceThingName - The name of the IoT thing for your IoT Greengrass V2 core device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • coreDeviceOperatingSystem

      GreengrassV2.Builder coreDeviceOperatingSystem(String coreDeviceOperatingSystem)

      The operating system of the core device in IoT Greengrass V2. Specifying the operating system is required for MQTT-enabled, V3 gateways (gatewayVersion 3) and not applicable for Classic stream, V2 gateways (gatewayVersion 2).

      Parameters:
      coreDeviceOperatingSystem - The operating system of the core device in IoT Greengrass V2. Specifying the operating system is required for MQTT-enabled, V3 gateways (gatewayVersion 3) and not applicable for Classic stream, V2 gateways (gatewayVersion 2).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • coreDeviceOperatingSystem

      GreengrassV2.Builder coreDeviceOperatingSystem(CoreDeviceOperatingSystem coreDeviceOperatingSystem)

      The operating system of the core device in IoT Greengrass V2. Specifying the operating system is required for MQTT-enabled, V3 gateways (gatewayVersion 3) and not applicable for Classic stream, V2 gateways (gatewayVersion 2).

      Parameters:
      coreDeviceOperatingSystem - The operating system of the core device in IoT Greengrass V2. Specifying the operating system is required for MQTT-enabled, V3 gateways (gatewayVersion 3) and not applicable for Classic stream, V2 gateways (gatewayVersion 2).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: