Uses of Interface
software.amazon.awssdk.services.greengrass.model.Core.Builder
-
Packages that use Core.Builder Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of Core.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return Core.Builder Modifier and Type Method Description static Core.BuilderCore. builder()Core.BuilderCore.Builder. certificateArn(String certificateArn)The ARN of the certificate associated with the core.Core.BuilderCore.Builder. id(String id)A descriptive or arbitrary ID for the core.Core.BuilderCore.Builder. syncShadow(Boolean syncShadow)If true, the core's local shadow is automatically synced with the cloud.Core.BuilderCore.Builder. thingArn(String thingArn)The ARN of the thing which is the core.Core.BuilderCore. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type Core.Builder Modifier and Type Method Description static Class<? extends Core.Builder>Core. serializableBuilderClass()
-