| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static GetFormTypeResponse.Builder |
GetFormTypeResponse.builder() |
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.createdAt(Instant createdAt)
The timestamp of when this metadata form type was created.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.createdBy(String createdBy)
The Amazon DataZone user who created this metadata form type.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.description(String description)
The description of the metadata form type.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.domainId(String domainId)
The ID of the Amazon DataZone domain in which this metadata form type exists.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.imports(Collection<Import> imports)
The imports of the metadata form type.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.imports(Consumer<Import.Builder>... imports)
The imports of the metadata form type.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.imports(Import... imports)
The imports of the metadata form type.
|
default GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.model(Consumer<Model.Builder> model)
The model of the metadata form type.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.model(Model model)
The model of the metadata form type.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.name(String name)
The name of the metadata form type.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.originDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the metadata form type was originally created.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.originProjectId(String originProjectId)
The ID of the project in which this metadata form type was originally created.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.owningProjectId(String owningProjectId)
The ID of the project that owns this metadata form type.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.revision(String revision)
The revision of the metadata form type.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.status(FormTypeStatus status)
The status of the metadata form type.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.status(String status)
The status of the metadata form type.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetFormTypeResponse.Builder> |
GetFormTypeResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.