| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static AssetTypeItem.Builder |
AssetTypeItem.builder() |
AssetTypeItem.Builder |
AssetTypeItem.Builder.createdAt(Instant createdAt)
The timestamp of when the asset type was created.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.createdBy(String createdBy)
The Amazon DataZone user who created the asset type.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.description(String description)
The description of the asset type.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.domainId(String domainId)
The identifier of the Amazon DataZone domain where the asset type exists.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.formsOutput(Map<String,FormEntryOutput> formsOutput)
The forms included in the details of the asset type.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.name(String name)
The name of the asset type.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.originDomainId(String originDomainId)
The identifier of the Amazon DataZone domain where the asset type was originally created.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.originProjectId(String originProjectId)
The identifier of the Amazon DataZone project where the asset type exists.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.owningProjectId(String owningProjectId)
The identifier of the Amazon DataZone project that owns the asset type.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.revision(String revision)
The revision of the asset type.
|
AssetTypeItem.Builder |
AssetTypeItem.toBuilder() |
AssetTypeItem.Builder |
AssetTypeItem.Builder.updatedAt(Instant updatedAt)
The timestamp of when the asset type was updated.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.updatedBy(String updatedBy)
The Amazon DataZone user who updated the asset type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssetTypeItem.Builder> |
AssetTypeItem.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchTypesResultItem.Builder |
SearchTypesResultItem.Builder.assetTypeItem(Consumer<AssetTypeItem.Builder> assetTypeItem)
The asset type included in the results of the
SearchTypes action. |
static SearchTypesResultItem |
SearchTypesResultItem.fromAssetTypeItem(Consumer<AssetTypeItem.Builder> assetTypeItem)
Create an instance of this class with
SearchTypesResultItem.assetTypeItem() initialized to the given value. |
Copyright © 2023. All rights reserved.