Interface ModelPackagingOutputDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ModelPackagingOutputDetails.Builder,,ModelPackagingOutputDetails> SdkBuilder<ModelPackagingOutputDetails.Builder,,ModelPackagingOutputDetails> SdkPojo
- Enclosing class:
 ModelPackagingOutputDetails
public static interface ModelPackagingOutputDetails.Builder
extends SdkPojo, CopyableBuilder<ModelPackagingOutputDetails.Builder,ModelPackagingOutputDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptiongreengrass(Consumer<GreengrassOutputDetails.Builder> greengrass) Information about the AWS IoT Greengrass component in a model packaging job.greengrass(GreengrassOutputDetails greengrass) Information about the AWS IoT Greengrass component in a model packaging job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
greengrass
Information about the AWS IoT Greengrass component in a model packaging job.
- Parameters:
 greengrass- Information about the AWS IoT Greengrass component in a model packaging job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
greengrass
default ModelPackagingOutputDetails.Builder greengrass(Consumer<GreengrassOutputDetails.Builder> greengrass) Information about the AWS IoT Greengrass component in a model packaging job.
This is a convenience method that creates an instance of theGreengrassOutputDetails.Builderavoiding the need to create one manually viaGreengrassOutputDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togreengrass(GreengrassOutputDetails).- Parameters:
 greengrass- a consumer that will call methods onGreengrassOutputDetails.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -