| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateAssetTypeResponse.Builder |
CreateAssetTypeResponse.builder() |
CreateAssetTypeResponse.Builder |
CreateAssetTypeResponse.Builder.createdAt(Instant createdAt)
The timestamp of when the asset type is to be created.
|
CreateAssetTypeResponse.Builder |
CreateAssetTypeResponse.Builder.createdBy(String createdBy)
The Amazon DataZone user who creates this custom asset type.
|
CreateAssetTypeResponse.Builder |
CreateAssetTypeResponse.Builder.description(String description)
The description of the custom asset type.
|
CreateAssetTypeResponse.Builder |
CreateAssetTypeResponse.Builder.domainId(String domainId)
The ID of the Amazon DataZone domain in which the asset type was created.
|
CreateAssetTypeResponse.Builder |
CreateAssetTypeResponse.Builder.formsOutput(Map<String,FormEntryOutput> formsOutput)
The metadata forms that are attached to the asset type.
|
CreateAssetTypeResponse.Builder |
CreateAssetTypeResponse.Builder.name(String name)
The name of the asset type.
|
CreateAssetTypeResponse.Builder |
CreateAssetTypeResponse.Builder.originDomainId(String originDomainId)
The ID of the Amazon DataZone domain where the asset type was originally created.
|
CreateAssetTypeResponse.Builder |
CreateAssetTypeResponse.Builder.originProjectId(String originProjectId)
The ID of the Amazon DataZone project where the asset type was originally created.
|
CreateAssetTypeResponse.Builder |
CreateAssetTypeResponse.Builder.owningProjectId(String owningProjectId)
The ID of the Amazon DataZone project that currently owns this asset type.
|
CreateAssetTypeResponse.Builder |
CreateAssetTypeResponse.Builder.revision(String revision)
The revision of the custom asset type.
|
CreateAssetTypeResponse.Builder |
CreateAssetTypeResponse.toBuilder() |
CreateAssetTypeResponse.Builder |
CreateAssetTypeResponse.Builder.updatedAt(Instant updatedAt)
The timestamp of when the custom type was created.
|
CreateAssetTypeResponse.Builder |
CreateAssetTypeResponse.Builder.updatedBy(String updatedBy)
The Amazon DataZone user that created the custom asset type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateAssetTypeResponse.Builder> |
CreateAssetTypeResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.