public static interface ModelPackagingConfiguration.Builder extends SdkPojo, CopyableBuilder<ModelPackagingConfiguration.Builder,ModelPackagingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ModelPackagingConfiguration.Builder |
greengrass(Consumer<GreengrassConfiguration.Builder> greengrass)
Configuration information for the AWS IoT Greengrass component in a model packaging job.
|
ModelPackagingConfiguration.Builder |
greengrass(GreengrassConfiguration greengrass)
Configuration information for the AWS IoT Greengrass component in a model packaging job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelPackagingConfiguration.Builder greengrass(GreengrassConfiguration greengrass)
Configuration information for the AWS IoT Greengrass component in a model packaging job.
greengrass - Configuration information for the AWS IoT Greengrass component in a model packaging job.default ModelPackagingConfiguration.Builder greengrass(Consumer<GreengrassConfiguration.Builder> greengrass)
Configuration information for the AWS IoT Greengrass component in a model packaging job.
This is a convenience that creates an instance of theGreengrassConfiguration.Builder avoiding the
need to create one manually via GreengrassConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to greengrass(GreengrassConfiguration).greengrass - a consumer that will call methods on GreengrassConfiguration.Buildergreengrass(GreengrassConfiguration)Copyright © 2022. All rights reserved.