static GetMetadataGenerationRunResponse.Builder |
GetMetadataGenerationRunResponse.builder() |
|
GetMetadataGenerationRunResponse.Builder |
GetMetadataGenerationRunResponse.Builder.createdAt(Instant createdAt) |
The timestamp of when the metadata generation run was start.
|
GetMetadataGenerationRunResponse.Builder |
GetMetadataGenerationRunResponse.Builder.createdBy(String createdBy) |
The Amazon DataZone user who started the metadata generation run.
|
GetMetadataGenerationRunResponse.Builder |
GetMetadataGenerationRunResponse.Builder.domainId(String domainId) |
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
|
GetMetadataGenerationRunResponse.Builder |
GetMetadataGenerationRunResponse.Builder.id(String id) |
The ID of the metadata generation run.
|
GetMetadataGenerationRunResponse.Builder |
GetMetadataGenerationRunResponse.Builder.owningProjectId(String owningProjectId) |
The ID of the project that owns the assets for which you're running metadata generation.
|
GetMetadataGenerationRunResponse.Builder |
GetMetadataGenerationRunResponse.Builder.status(String status) |
The status of the metadata generation run.
|
GetMetadataGenerationRunResponse.Builder |
GetMetadataGenerationRunResponse.Builder.status(MetadataGenerationRunStatus status) |
The status of the metadata generation run.
|
default GetMetadataGenerationRunResponse.Builder |
GetMetadataGenerationRunResponse.Builder.target(Consumer<MetadataGenerationRunTarget.Builder> target) |
The asset for which you're generating metadata.
|
GetMetadataGenerationRunResponse.Builder |
GetMetadataGenerationRunResponse.Builder.target(MetadataGenerationRunTarget target) |
The asset for which you're generating metadata.
|
GetMetadataGenerationRunResponse.Builder |
GetMetadataGenerationRunResponse.toBuilder() |
|
GetMetadataGenerationRunResponse.Builder |
GetMetadataGenerationRunResponse.Builder.type(String type) |
The type of metadata generation run.
|
GetMetadataGenerationRunResponse.Builder |
GetMetadataGenerationRunResponse.Builder.type(MetadataGenerationRunType type) |
The type of metadata generation run.
|