Interface ModelPackagingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ModelPackagingConfiguration.Builder,ModelPackagingConfiguration>,SdkBuilder<ModelPackagingConfiguration.Builder,ModelPackagingConfiguration>,SdkPojo
- Enclosing class:
- ModelPackagingConfiguration
public static interface ModelPackagingConfiguration.Builder extends SdkPojo, CopyableBuilder<ModelPackagingConfiguration.Builder,ModelPackagingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ModelPackagingConfiguration.Buildergreengrass(Consumer<GreengrassConfiguration.Builder> greengrass)Configuration information for the AWS IoT Greengrass component in a model packaging job.ModelPackagingConfiguration.Buildergreengrass(GreengrassConfiguration greengrass)Configuration information for 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
greengrass
ModelPackagingConfiguration.Builder greengrass(GreengrassConfiguration greengrass)
Configuration information for the AWS IoT Greengrass component in a model packaging job.
- Parameters:
greengrass- Configuration information for 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 ModelPackagingConfiguration.Builder greengrass(Consumer<GreengrassConfiguration.Builder> greengrass)
Configuration information for the AWS IoT Greengrass component in a model packaging job.
This is a convenience method that creates an instance of theGreengrassConfiguration.Builderavoiding the need to create one manually viaGreengrassConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togreengrass(GreengrassConfiguration).- Parameters:
greengrass- a consumer that will call methods onGreengrassConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
greengrass(GreengrassConfiguration)
-
-