static MetadataGenerationRunItem.Builder |
MetadataGenerationRunItem.builder() |
|
MetadataGenerationRunItem.Builder |
MetadataGenerationRunItem.Builder.createdAt(Instant createdAt) |
The timestamp at which the metadata generation run was created.
|
MetadataGenerationRunItem.Builder |
MetadataGenerationRunItem.Builder.createdBy(String createdBy) |
The user who created the metadata generation run.
|
MetadataGenerationRunItem.Builder |
MetadataGenerationRunItem.Builder.domainId(String domainId) |
The ID of the Amazon DataZone domain in which the metadata generation run was created.
|
MetadataGenerationRunItem.Builder |
MetadataGenerationRunItem.Builder.id(String id) |
The ID of the metadata generation run.
|
MetadataGenerationRunItem.Builder |
MetadataGenerationRunItem.Builder.owningProjectId(String owningProjectId) |
The ID of the project that owns the asset for which the metadata generation was ran.
|
MetadataGenerationRunItem.Builder |
MetadataGenerationRunItem.Builder.status(String status) |
The status of the metadata generation run.
|
MetadataGenerationRunItem.Builder |
MetadataGenerationRunItem.Builder.status(MetadataGenerationRunStatus status) |
The status of the metadata generation run.
|
default MetadataGenerationRunItem.Builder |
MetadataGenerationRunItem.Builder.target(Consumer<MetadataGenerationRunTarget.Builder> target) |
The asset for which metadata was generated.
|
MetadataGenerationRunItem.Builder |
MetadataGenerationRunItem.Builder.target(MetadataGenerationRunTarget target) |
The asset for which metadata was generated.
|
MetadataGenerationRunItem.Builder |
MetadataGenerationRunItem.toBuilder() |
|
MetadataGenerationRunItem.Builder |
MetadataGenerationRunItem.Builder.type(String type) |
The type of the metadata generation run.
|
MetadataGenerationRunItem.Builder |
MetadataGenerationRunItem.Builder.type(MetadataGenerationRunType type) |
The type of the metadata generation run.
|