public static interface CreateFormTypeResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateFormTypeResponse.Builder,CreateFormTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateFormTypeResponse.Builder |
description(String description)
The description of this Amazon DataZone metadata form type.
|
CreateFormTypeResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which this metadata form type is created.
|
CreateFormTypeResponse.Builder |
name(String name)
The name of this Amazon DataZone metadata form type.
|
CreateFormTypeResponse.Builder |
originDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which this metadata form type was originally created.
|
CreateFormTypeResponse.Builder |
originProjectId(String originProjectId)
The ID of the project in which this Amazon DataZone metadata form type was originally created.
|
CreateFormTypeResponse.Builder |
owningProjectId(String owningProjectId)
The ID of the project that owns this Amazon DataZone metadata form type.
|
CreateFormTypeResponse.Builder |
revision(String revision)
The revision of this Amazon DataZone metadata form type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFormTypeResponse.Builder description(String description)
The description of this Amazon DataZone metadata form type.
description - The description of this Amazon DataZone metadata form type.CreateFormTypeResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which this metadata form type is created.
domainId - The ID of the Amazon DataZone domain in which this metadata form type is created.CreateFormTypeResponse.Builder name(String name)
The name of this Amazon DataZone metadata form type.
name - The name of this Amazon DataZone metadata form type.CreateFormTypeResponse.Builder originDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which this metadata form type was originally created.
originDomainId - The ID of the Amazon DataZone domain in which this metadata form type was originally created.CreateFormTypeResponse.Builder originProjectId(String originProjectId)
The ID of the project in which this Amazon DataZone metadata form type was originally created.
originProjectId - The ID of the project in which this Amazon DataZone metadata form type was originally created.CreateFormTypeResponse.Builder owningProjectId(String owningProjectId)
The ID of the project that owns this Amazon DataZone metadata form type.
owningProjectId - The ID of the project that owns this Amazon DataZone metadata form type.CreateFormTypeResponse.Builder revision(String revision)
The revision of this Amazon DataZone metadata form type.
revision - The revision of this Amazon DataZone metadata form type.Copyright © 2023. All rights reserved.