| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateAssetResponse.Builder |
CreateAssetResponse.builder() |
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.createdAt(Instant createdAt)
The timestamp of when the asset was created.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.createdBy(String createdBy)
The Amazon DataZone user that created this asset in the catalog.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.description(String description)
The description of the created asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.domainId(String domainId)
The ID of the Amazon DataZone domain in which the asset was created.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.externalIdentifier(String externalIdentifier)
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.firstRevisionCreatedAt(Instant firstRevisionCreatedAt)
The timestamp of when the first revision of the asset took place.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.firstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user that made the first revision of the asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.formsOutput(Collection<FormOutput> formsOutput)
The metadata forms that are attached to the created asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.formsOutput(Consumer<FormOutput.Builder>... formsOutput)
The metadata forms that are attached to the created asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.formsOutput(FormOutput... formsOutput)
The metadata forms that are attached to the created asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.glossaryTerms(Collection<String> glossaryTerms)
The glossary terms that are attached to the created asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.glossaryTerms(String... glossaryTerms)
The glossary terms that are attached to the created asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.id(String id)
The unique identifier of the created asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.listing(AssetListingDetails listing)
|
default CreateAssetResponse.Builder |
CreateAssetResponse.Builder.listing(Consumer<AssetListingDetails.Builder> listing)
This is a convenience method that creates an instance of the
AssetListingDetails.Builder avoiding the
need to create one manually via AssetListingDetails.builder(). |
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.name(String name)
The name of the created asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.owningProjectId(String owningProjectId)
The ID of the Amazon DataZone project that owns the created asset.
|
default CreateAssetResponse.Builder |
CreateAssetResponse.Builder.predictionConfiguration(Consumer<PredictionConfiguration.Builder> predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.predictionConfiguration(PredictionConfiguration predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.readOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms that are attached to the created asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.readOnlyFormsOutput(Consumer<FormOutput.Builder>... readOnlyFormsOutput)
The read-only metadata forms that are attached to the created asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.readOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only metadata forms that are attached to the created asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.revision(String revision)
The revision of the asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.toBuilder() |
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.typeIdentifier(String typeIdentifier)
The identifier of the created asset type.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.typeRevision(String typeRevision)
The revision type of the asset.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateAssetResponse.Builder> |
CreateAssetResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.