Interface DatasetEnrichment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DatasetEnrichment.Builder,,DatasetEnrichment> SdkBuilder<DatasetEnrichment.Builder,,DatasetEnrichment> SdkPojo
- Enclosing class:
DatasetEnrichment
@Mutable
@NotThreadSafe
public static interface DatasetEnrichment.Builder
extends SdkPojo, CopyableBuilder<DatasetEnrichment.Builder,DatasetEnrichment>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DatasetEnrichment.BuilderThe enrichment status for video data in the dataset.video(DatasetEnrichmentEntry video) The enrichment status for video data in the dataset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
video
The enrichment status for video data in the dataset.
- Parameters:
video- The enrichment status for video data in the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
video
The enrichment status for video data in the dataset.
This is a convenience method that creates an instance of theDatasetEnrichmentEntry.Builderavoiding the need to create one manually viaDatasetEnrichmentEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovideo(DatasetEnrichmentEntry).- Parameters:
video- a consumer that will call methods onDatasetEnrichmentEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-