Interface ConnectedHomeSettingsForUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectedHomeSettingsForUpdate.Builder,ConnectedHomeSettingsForUpdate>,SdkBuilder<ConnectedHomeSettingsForUpdate.Builder,ConnectedHomeSettingsForUpdate>,SdkPojo
- Enclosing class:
- ConnectedHomeSettingsForUpdate
public static interface ConnectedHomeSettingsForUpdate.Builder extends SdkPojo, CopyableBuilder<ConnectedHomeSettingsForUpdate.Builder,ConnectedHomeSettingsForUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectedHomeSettingsForUpdate.Builderlabels(String... labels)Specifies what you want to detect in the video, such as people, packages, or pets.ConnectedHomeSettingsForUpdate.Builderlabels(Collection<String> labels)Specifies what you want to detect in the video, such as people, packages, or pets.ConnectedHomeSettingsForUpdate.BuilderminConfidence(Float minConfidence)The minimum confidence required to label an object in the video.-
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 Detail
-
labels
ConnectedHomeSettingsForUpdate.Builder labels(Collection<String> labels)
Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".
- Parameters:
labels- Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labels
ConnectedHomeSettingsForUpdate.Builder labels(String... labels)
Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".
- Parameters:
labels- Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minConfidence
ConnectedHomeSettingsForUpdate.Builder minConfidence(Float minConfidence)
The minimum confidence required to label an object in the video.
- Parameters:
minConfidence- The minimum confidence required to label an object in the video.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-