Uses of Interface
software.amazon.awssdk.services.lookoutvision.model.GreengrassOutputDetails.Builder
-
Packages that use GreengrassOutputDetails.Builder Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of GreengrassOutputDetails.Builder in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return GreengrassOutputDetails.Builder Modifier and Type Method Description static GreengrassOutputDetails.BuilderGreengrassOutputDetails. builder()GreengrassOutputDetails.BuilderGreengrassOutputDetails.Builder. componentName(String componentName)The name of the component.GreengrassOutputDetails.BuilderGreengrassOutputDetails.Builder. componentVersion(String componentVersion)The version of the component.GreengrassOutputDetails.BuilderGreengrassOutputDetails.Builder. componentVersionArn(String componentVersionArn)The Amazon Resource Name (ARN) of the component.GreengrassOutputDetails.BuilderGreengrassOutputDetails. toBuilder()Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type GreengrassOutputDetails.Builder Modifier and Type Method Description static Class<? extends GreengrassOutputDetails.Builder>GreengrassOutputDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutvision.model with type arguments of type GreengrassOutputDetails.Builder Modifier and Type Method Description default ModelPackagingOutputDetails.BuilderModelPackagingOutputDetails.Builder. greengrass(Consumer<GreengrassOutputDetails.Builder> greengrass)Information about the AWS IoT Greengrass component in a model packaging job.
-