Interface GreengrassV2.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GreengrassV2.Builder,
,GreengrassV2> SdkBuilder<GreengrassV2.Builder,
,GreengrassV2> SdkPojo
- Enclosing class:
GreengrassV2
@Mutable
@NotThreadSafe
public static interface GreengrassV2.Builder
extends SdkPojo, CopyableBuilder<GreengrassV2.Builder,GreengrassV2>
-
Method Summary
Modifier and TypeMethodDescriptioncoreDeviceOperatingSystem
(String coreDeviceOperatingSystem) The operating system of the core device in IoT Greengrass V2.coreDeviceOperatingSystem
(CoreDeviceOperatingSystem coreDeviceOperatingSystem) The operating system of the core device in IoT Greengrass V2.coreDeviceThingName
(String coreDeviceThingName) The name of the IoT thing for your IoT Greengrass V2 core device.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The operating system of the core device in IoT Greengrass V2.
- Parameters:
coreDeviceOperatingSystem
- The operating system of the core device in IoT Greengrass V2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
coreDeviceOperatingSystem
The operating system of the core device in IoT Greengrass V2.
- Parameters:
coreDeviceOperatingSystem
- The operating system of the core device in IoT Greengrass V2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-