static FormTypeData.Builder |
FormTypeData.builder() |
|
FormTypeData.Builder |
FormTypeData.Builder.createdAt(Instant createdAt) |
The timestamp of when the metadata form type was created.
|
FormTypeData.Builder |
FormTypeData.Builder.createdBy(String createdBy) |
The Amazon DataZone user who created teh metadata form type.
|
FormTypeData.Builder |
FormTypeData.Builder.description(String description) |
The description of the metadata form type.
|
FormTypeData.Builder |
FormTypeData.Builder.domainId(String domainId) |
The identifier of the Amazon DataZone domain in which the form type exists.
|
FormTypeData.Builder |
FormTypeData.Builder.imports(Collection<Import> imports) |
The imports specified in the form type.
|
FormTypeData.Builder |
FormTypeData.Builder.imports(Consumer<Import.Builder>... imports) |
The imports specified in the form type.
|
FormTypeData.Builder |
FormTypeData.Builder.imports(Import... imports) |
The imports specified in the form type.
|
default FormTypeData.Builder |
FormTypeData.Builder.model(Consumer<Model.Builder> model) |
The model of the form type.
|
FormTypeData.Builder |
FormTypeData.Builder.model(Model model) |
The model of the form type.
|
FormTypeData.Builder |
FormTypeData.Builder.name(String name) |
The name of the form type.
|
FormTypeData.Builder |
FormTypeData.Builder.originDomainId(String originDomainId) |
The identifier of the Amazon DataZone domain in which the form type was originally created.
|
FormTypeData.Builder |
FormTypeData.Builder.originProjectId(String originProjectId) |
The identifier of the project in which the form type was originally created.
|
FormTypeData.Builder |
FormTypeData.Builder.owningProjectId(String owningProjectId) |
The identifier of the project that owns the form type.
|
FormTypeData.Builder |
FormTypeData.Builder.revision(String revision) |
The revision of the form type.
|
FormTypeData.Builder |
FormTypeData.Builder.status(String status) |
The status of the form type.
|
FormTypeData.Builder |
FormTypeData.Builder.status(FormTypeStatus status) |
The status of the form type.
|
FormTypeData.Builder |
FormTypeData.toBuilder() |
|