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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ModelPackagingOutputDetails.Buildergreengrass(Consumer<GreengrassOutputDetails.Builder> greengrass)Information about the AWS IoT Greengrass component in a model packaging job.ModelPackagingOutputDetails.Buildergreengrass(GreengrassOutputDetails greengrass)Information about the AWS IoT Greengrass component in a model packaging job.-
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
-
greengrass
ModelPackagingOutputDetails.Builder greengrass(GreengrassOutputDetails 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:
greengrass(GreengrassOutputDetails)
-
-