public static interface GreengrassConfiguration.Builder extends SdkPojo, CopyableBuilder<GreengrassConfiguration.Builder,GreengrassConfiguration>
| Modifier and Type | Method and Description |
|---|---|
GreengrassConfiguration.Builder |
compilerOptions(String compilerOptions)
Additional compiler options for the Greengrass component.
|
GreengrassConfiguration.Builder |
componentDescription(String componentDescription)
A description for the AWS IoT Greengrass component.
|
GreengrassConfiguration.Builder |
componentName(String componentName)
A name for the AWS IoT Greengrass component.
|
GreengrassConfiguration.Builder |
componentVersion(String componentVersion)
A Version for the AWS IoT Greengrass component.
|
default GreengrassConfiguration.Builder |
s3OutputLocation(Consumer<S3Location.Builder> s3OutputLocation)
An S3 location in which Lookout for Vision stores the component artifacts.
|
GreengrassConfiguration.Builder |
s3OutputLocation(S3Location s3OutputLocation)
An S3 location in which Lookout for Vision stores the component artifacts.
|
GreengrassConfiguration.Builder |
tags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
|
GreengrassConfiguration.Builder |
tags(Consumer<Tag.Builder>... tags)
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
|
GreengrassConfiguration.Builder |
tags(Tag... tags)
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
|
GreengrassConfiguration.Builder |
targetDevice(String targetDevice)
The target device for the model.
|
GreengrassConfiguration.Builder |
targetDevice(TargetDevice targetDevice)
The target device for the model.
|
default GreengrassConfiguration.Builder |
targetPlatform(Consumer<TargetPlatform.Builder> targetPlatform)
The target platform for the model.
|
GreengrassConfiguration.Builder |
targetPlatform(TargetPlatform targetPlatform)
The target platform for the model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGreengrassConfiguration.Builder compilerOptions(String compilerOptions)
Additional compiler options for the Greengrass component. Currently, only NVIDIA Graphics Processing Units
(GPU) and CPU accelerators are supported. If you specify TargetDevice, don't specify
CompilerOptions.
For more information, see Compiler options in the Amazon Lookout for Vision Developer Guide.
compilerOptions - Additional compiler options for the Greengrass component. Currently, only NVIDIA Graphics Processing
Units (GPU) and CPU accelerators are supported. If you specify TargetDevice, don't
specify CompilerOptions.
For more information, see Compiler options in the Amazon Lookout for Vision Developer Guide.
GreengrassConfiguration.Builder targetDevice(String targetDevice)
The target device for the model. Currently the only supported value is jetson_xavier. If you
specify TargetDevice, you can't specify TargetPlatform.
targetDevice - The target device for the model. Currently the only supported value is jetson_xavier. If
you specify TargetDevice, you can't specify TargetPlatform.TargetDevice,
TargetDeviceGreengrassConfiguration.Builder targetDevice(TargetDevice targetDevice)
The target device for the model. Currently the only supported value is jetson_xavier. If you
specify TargetDevice, you can't specify TargetPlatform.
targetDevice - The target device for the model. Currently the only supported value is jetson_xavier. If
you specify TargetDevice, you can't specify TargetPlatform.TargetDevice,
TargetDeviceGreengrassConfiguration.Builder targetPlatform(TargetPlatform targetPlatform)
The target platform for the model. If you specify TargetPlatform, you can't specify
TargetDevice.
targetPlatform - The target platform for the model. If you specify TargetPlatform, you can't specify
TargetDevice.default GreengrassConfiguration.Builder targetPlatform(Consumer<TargetPlatform.Builder> targetPlatform)
The target platform for the model. If you specify TargetPlatform, you can't specify
TargetDevice.
TargetPlatform.Builder avoiding the need
to create one manually via TargetPlatform.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to targetPlatform(TargetPlatform).
targetPlatform - a consumer that will call methods on TargetPlatform.BuildertargetPlatform(TargetPlatform)GreengrassConfiguration.Builder s3OutputLocation(S3Location s3OutputLocation)
An S3 location in which Lookout for Vision stores the component artifacts.
s3OutputLocation - An S3 location in which Lookout for Vision stores the component artifacts.default GreengrassConfiguration.Builder s3OutputLocation(Consumer<S3Location.Builder> s3OutputLocation)
An S3 location in which Lookout for Vision stores the component artifacts.
This is a convenience method that creates an instance of theS3Location.Builder avoiding the need to
create one manually via S3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to s3OutputLocation(S3Location).
s3OutputLocation - a consumer that will call methods on S3Location.Builders3OutputLocation(S3Location)GreengrassConfiguration.Builder componentName(String componentName)
A name for the AWS IoT Greengrass component.
componentName - A name for the AWS IoT Greengrass component.GreengrassConfiguration.Builder componentVersion(String componentVersion)
A Version for the AWS IoT Greengrass component. If you don't provide a value, a default value of
Model Version.0.0 is used.
componentVersion - A Version for the AWS IoT Greengrass component. If you don't provide a value, a default value of
Model Version.0.0 is used.GreengrassConfiguration.Builder componentDescription(String componentDescription)
A description for the AWS IoT Greengrass component.
componentDescription - A description for the AWS IoT Greengrass component.GreengrassConfiguration.Builder tags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
tags - A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.GreengrassConfiguration.Builder tags(Tag... tags)
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
tags - A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.GreengrassConfiguration.Builder tags(Consumer<Tag.Builder>... tags)
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2022. All rights reserved.