public static interface GetFormTypeResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetFormTypeResponse.Builder,GetFormTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFormTypeResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when this metadata form type was created.
|
GetFormTypeResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created this metadata form type.
|
GetFormTypeResponse.Builder |
description(String description)
The description of the metadata form type.
|
GetFormTypeResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which this metadata form type exists.
|
GetFormTypeResponse.Builder |
imports(Collection<Import> imports)
The imports of the metadata form type.
|
GetFormTypeResponse.Builder |
imports(Consumer<Import.Builder>... imports)
The imports of the metadata form type.
|
GetFormTypeResponse.Builder |
imports(Import... imports)
The imports of the metadata form type.
|
default GetFormTypeResponse.Builder |
model(Consumer<Model.Builder> model)
The model of the metadata form type.
|
GetFormTypeResponse.Builder |
model(Model model)
The model of the metadata form type.
|
GetFormTypeResponse.Builder |
name(String name)
The name of the metadata form type.
|
GetFormTypeResponse.Builder |
originDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the metadata form type was originally created.
|
GetFormTypeResponse.Builder |
originProjectId(String originProjectId)
The ID of the project in which this metadata form type was originally created.
|
GetFormTypeResponse.Builder |
owningProjectId(String owningProjectId)
The ID of the project that owns this metadata form type.
|
GetFormTypeResponse.Builder |
revision(String revision)
The revision of the metadata form type.
|
GetFormTypeResponse.Builder |
status(FormTypeStatus status)
The status of the metadata form type.
|
GetFormTypeResponse.Builder |
status(String status)
The status of the metadata form type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFormTypeResponse.Builder createdAt(Instant createdAt)
The timestamp of when this metadata form type was created.
createdAt - The timestamp of when this metadata form type was created.GetFormTypeResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created this metadata form type.
createdBy - The Amazon DataZone user who created this metadata form type.GetFormTypeResponse.Builder description(String description)
The description of the metadata form type.
description - The description of the metadata form type.GetFormTypeResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which this metadata form type exists.
domainId - The ID of the Amazon DataZone domain in which this metadata form type exists.GetFormTypeResponse.Builder imports(Collection<Import> imports)
The imports of the metadata form type.
imports - The imports of the metadata form type.GetFormTypeResponse.Builder imports(Import... imports)
The imports of the metadata form type.
imports - The imports of the metadata form type.GetFormTypeResponse.Builder imports(Consumer<Import.Builder>... imports)
The imports of the metadata 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) GetFormTypeResponse.Builder model(Model model)
The model of the metadata form type.
model - The model of the metadata form type.default GetFormTypeResponse.Builder model(Consumer<Model.Builder> model)
The model of the metadata 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)GetFormTypeResponse.Builder name(String name)
The name of the metadata form type.
name - The name of the metadata form type.GetFormTypeResponse.Builder originDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the metadata form type was originally created.
originDomainId - The ID of the Amazon DataZone domain in which the metadata form type was originally created.GetFormTypeResponse.Builder originProjectId(String originProjectId)
The ID of the project in which this metadata form type was originally created.
originProjectId - The ID of the project in which this metadata form type was originally created.GetFormTypeResponse.Builder owningProjectId(String owningProjectId)
The ID of the project that owns this metadata form type.
owningProjectId - The ID of the project that owns this metadata form type.GetFormTypeResponse.Builder revision(String revision)
The revision of the metadata form type.
revision - The revision of the metadata form type.GetFormTypeResponse.Builder status(String status)
The status of the metadata form type.
status - The status of the metadata form type.FormTypeStatus,
FormTypeStatusGetFormTypeResponse.Builder status(FormTypeStatus status)
The status of the metadata form type.
status - The status of the metadata form type.FormTypeStatus,
FormTypeStatusCopyright © 2023. All rights reserved.