public static interface FormTypeData.Builder extends SdkPojo, CopyableBuilder<FormTypeData.Builder,FormTypeData>
| Modifier and Type | Method and Description |
|---|---|
FormTypeData.Builder |
createdAt(Instant createdAt)
The timestamp of when the metadata form type was created.
|
FormTypeData.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created teh metadata form type.
|
FormTypeData.Builder |
description(String description)
The description of the metadata form type.
|
FormTypeData.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which the form type exists.
|
FormTypeData.Builder |
imports(Collection<Import> imports)
The imports specified in the form type.
|
FormTypeData.Builder |
imports(Consumer<Import.Builder>... imports)
The imports specified in the form type.
|
FormTypeData.Builder |
imports(Import... imports)
The imports specified in the form type.
|
default FormTypeData.Builder |
model(Consumer<Model.Builder> model)
The model of the form type.
|
FormTypeData.Builder |
model(Model model)
The model of the form type.
|
FormTypeData.Builder |
name(String name)
The name of the form type.
|
FormTypeData.Builder |
originDomainId(String originDomainId)
The identifier of the Amazon DataZone domain in which the form type was originally created.
|
FormTypeData.Builder |
originProjectId(String originProjectId)
The identifier of the project in which the form type was originally created.
|
FormTypeData.Builder |
owningProjectId(String owningProjectId)
The identifier of the project that owns the form type.
|
FormTypeData.Builder |
revision(String revision)
The revision of the form type.
|
FormTypeData.Builder |
status(FormTypeStatus status)
The status of the form type.
|
FormTypeData.Builder |
status(String status)
The status of the form type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFormTypeData.Builder createdAt(Instant createdAt)
The timestamp of when the metadata form type was created.
createdAt - The timestamp of when the metadata form type was created.FormTypeData.Builder createdBy(String createdBy)
The Amazon DataZone user who created teh metadata form type.
createdBy - The Amazon DataZone user who created teh metadata form type.FormTypeData.Builder description(String description)
The description of the metadata form type.
description - The description of the metadata form type.FormTypeData.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which the form type exists.
domainId - The identifier of the Amazon DataZone domain in which the form type exists.FormTypeData.Builder imports(Collection<Import> imports)
The imports specified in the form type.
imports - The imports specified in the form type.FormTypeData.Builder imports(Import... imports)
The imports specified in the form type.
imports - The imports specified in the form type.FormTypeData.Builder imports(Consumer<Import.Builder>... imports)
The imports specified in the form type.
This is a convenience method that creates an instance of theImport.Builder avoiding the need to create one
manually via Import.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #imports(List.
imports - a consumer that will call methods on
Import.Builder#imports(java.util.Collection) FormTypeData.Builder model(Model model)
The model of the form type.
model - The model of the form type.default FormTypeData.Builder model(Consumer<Model.Builder> model)
The model of the form type.
This is a convenience method that creates an instance of theModel.Builder avoiding the need to
create one manually via Model.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to model(Model).
model - a consumer that will call methods on Model.Buildermodel(Model)FormTypeData.Builder name(String name)
The name of the form type.
name - The name of the form type.FormTypeData.Builder originDomainId(String originDomainId)
The identifier of the Amazon DataZone domain in which the form type was originally created.
originDomainId - The identifier of the Amazon DataZone domain in which the form type was originally created.FormTypeData.Builder originProjectId(String originProjectId)
The identifier of the project in which the form type was originally created.
originProjectId - The identifier of the project in which the form type was originally created.FormTypeData.Builder owningProjectId(String owningProjectId)
The identifier of the project that owns the form type.
owningProjectId - The identifier of the project that owns the form type.FormTypeData.Builder revision(String revision)
The revision of the form type.
revision - The revision of the form type.FormTypeData.Builder status(String status)
The status of the form type.
status - The status of the form type.FormTypeStatus,
FormTypeStatusFormTypeData.Builder status(FormTypeStatus status)
The status of the form type.
status - The status of the form type.FormTypeStatus,
FormTypeStatusCopyright © 2023. All rights reserved.