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
Modifier and TypeMethodDescriptiongreengrass
(Consumer<GreengrassConfiguration.Builder> greengrass) Configuration information for the AWS IoT Greengrass component in a model packaging job.greengrass
(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, sdkFields
-
Method Details
-
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.Builder
avoiding the need to create one manually viaGreengrassConfiguration.builder()
.When the
Consumer
completes,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:
-