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