static GreengrassConfiguration.Builder |
GreengrassConfiguration.builder() |
|
GreengrassConfiguration.Builder |
GreengrassConfiguration.Builder.compilerOptions(String compilerOptions) |
Additional compiler options for the Greengrass component.
|
GreengrassConfiguration.Builder |
GreengrassConfiguration.Builder.componentDescription(String componentDescription) |
A description for the AWS IoT Greengrass component.
|
GreengrassConfiguration.Builder |
GreengrassConfiguration.Builder.componentName(String componentName) |
A name for the AWS IoT Greengrass component.
|
GreengrassConfiguration.Builder |
GreengrassConfiguration.Builder.componentVersion(String componentVersion) |
A Version for the AWS IoT Greengrass component.
|
default GreengrassConfiguration.Builder |
GreengrassConfiguration.Builder.s3OutputLocation(Consumer<S3Location.Builder> s3OutputLocation) |
An S3 location in which Lookout for Vision stores the component artifacts.
|
GreengrassConfiguration.Builder |
GreengrassConfiguration.Builder.s3OutputLocation(S3Location s3OutputLocation) |
An S3 location in which Lookout for Vision stores the component artifacts.
|
GreengrassConfiguration.Builder |
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 |
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 |
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 |
GreengrassConfiguration.Builder.targetDevice(String targetDevice) |
The target device for the model.
|
GreengrassConfiguration.Builder |
GreengrassConfiguration.Builder.targetDevice(TargetDevice targetDevice) |
The target device for the model.
|
default GreengrassConfiguration.Builder |
GreengrassConfiguration.Builder.targetPlatform(Consumer<TargetPlatform.Builder> targetPlatform) |
The target platform for the model.
|
GreengrassConfiguration.Builder |
GreengrassConfiguration.Builder.targetPlatform(TargetPlatform targetPlatform) |
The target platform for the model.
|
GreengrassConfiguration.Builder |
GreengrassConfiguration.toBuilder() |
|