Interface GreengrassV2.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GreengrassV2.Builder,GreengrassV2>,SdkBuilder<GreengrassV2.Builder,GreengrassV2>,SdkPojo
- Enclosing class:
- GreengrassV2
public static interface GreengrassV2.Builder extends SdkPojo, CopyableBuilder<GreengrassV2.Builder,GreengrassV2>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GreengrassV2.BuildercoreDeviceThingName(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, sdkFields
-
-
-
-
Method Detail
-
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.
-
-