Class DeviceGroupState.Builder

  • Enclosing class:
    DeviceGroupState

    public static final class DeviceGroupState.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • groupDesc

        public DeviceGroupState.Builder groupDesc​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> groupDesc)
        Parameters:
        groupDesc - The GroupDesc of the device group.
        Returns:
        builder
      • groupDesc

        public DeviceGroupState.Builder groupDesc​(java.lang.String groupDesc)
        Parameters:
        groupDesc - The GroupDesc of the device group.
        Returns:
        builder
      • groupName

        public DeviceGroupState.Builder groupName​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> groupName)
        Parameters:
        groupName - The GroupName of the device group.
        Returns:
        builder
      • groupName

        public DeviceGroupState.Builder groupName​(java.lang.String groupName)
        Parameters:
        groupName - The GroupName of the device group.
        Returns:
        builder
      • iotInstanceId

        public DeviceGroupState.Builder iotInstanceId​(@Nullable
                                                      com.pulumi.core.Output<java.lang.String> iotInstanceId)
        Parameters:
        iotInstanceId - The id of the Iot Instance.
        Returns:
        builder
      • iotInstanceId

        public DeviceGroupState.Builder iotInstanceId​(java.lang.String iotInstanceId)
        Parameters:
        iotInstanceId - The id of the Iot Instance.
        Returns:
        builder
      • superGroupId

        public DeviceGroupState.Builder superGroupId​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> superGroupId)
        Parameters:
        superGroupId - The id of the SuperGroup.
        Returns:
        builder
      • superGroupId

        public DeviceGroupState.Builder superGroupId​(java.lang.String superGroupId)
        Parameters:
        superGroupId - The id of the SuperGroup.
        Returns:
        builder