Interface DatasetEnrichmentEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DatasetEnrichmentEntry.Builder,,DatasetEnrichmentEntry> SdkBuilder<DatasetEnrichmentEntry.Builder,,DatasetEnrichmentEntry> SdkPojo
- Enclosing class:
DatasetEnrichmentEntry
@Mutable
@NotThreadSafe
public static interface DatasetEnrichmentEntry.Builder
extends SdkPojo, CopyableBuilder<DatasetEnrichmentEntry.Builder,DatasetEnrichmentEntry>
-
Method Summary
Modifier and TypeMethodDescriptionlastEnrichedAt(Instant lastEnrichedAt) The date the data was last enriched, in Unix epoch time.The enrichment status of the data type in the dataset.status(DatasetEnrichmentStatus status) The enrichment status of the data type 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
-
status
The enrichment status of the data type in the dataset.
- Parameters:
status- The enrichment status of the data type in the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The enrichment status of the data type in the dataset.
- Parameters:
status- The enrichment status of the data type in the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastEnrichedAt
The date the data was last enriched, in Unix epoch time.
- Parameters:
lastEnrichedAt- The date the data was last enriched, in Unix epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-