| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
MetadataGenerationRunItem |
MetadataGenerationRunItem.clone() |
MetadataGenerationRunItem |
MetadataGenerationRunItem.withCreatedAt(Date createdAt)
The timestamp at which the metadata generation run was created.
|
MetadataGenerationRunItem |
MetadataGenerationRunItem.withCreatedBy(String createdBy)
The user who created the metadata generation run.
|
MetadataGenerationRunItem |
MetadataGenerationRunItem.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the metadata generation run was created.
|
MetadataGenerationRunItem |
MetadataGenerationRunItem.withId(String id)
The ID of the metadata generation run.
|
MetadataGenerationRunItem |
MetadataGenerationRunItem.withOwningProjectId(String owningProjectId)
The ID of the project that owns the asset for which the metadata generation was ran.
|
MetadataGenerationRunItem |
MetadataGenerationRunItem.withStatus(MetadataGenerationRunStatus status)
The status of the metadata generation run.
|
MetadataGenerationRunItem |
MetadataGenerationRunItem.withStatus(String status)
The status of the metadata generation run.
|
MetadataGenerationRunItem |
MetadataGenerationRunItem.withTarget(MetadataGenerationRunTarget target)
The asset for which metadata was generated.
|
MetadataGenerationRunItem |
MetadataGenerationRunItem.withType(MetadataGenerationRunType type)
The type of the metadata generation run.
|
MetadataGenerationRunItem |
MetadataGenerationRunItem.withType(String type)
The type of the metadata generation run.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetadataGenerationRunItem> |
ListMetadataGenerationRunsResult.getItems()
The results of the ListMetadataGenerationRuns action.
|
| Modifier and Type | Method and Description |
|---|---|
ListMetadataGenerationRunsResult |
ListMetadataGenerationRunsResult.withItems(MetadataGenerationRunItem... items)
The results of the ListMetadataGenerationRuns action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMetadataGenerationRunsResult.setItems(Collection<MetadataGenerationRunItem> items)
The results of the ListMetadataGenerationRuns action.
|
ListMetadataGenerationRunsResult |
ListMetadataGenerationRunsResult.withItems(Collection<MetadataGenerationRunItem> items)
The results of the ListMetadataGenerationRuns action.
|
Copyright © 2024. All rights reserved.