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) |
The external identifier of the asset.
|
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(String... glossaryTerms) |
The glossary terms 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.id(String id) |
The unique identifier of the created asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.latestTimeSeriesDataPointFormsOutput(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput) |
The latest data point that was imported into the time series form for the asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.latestTimeSeriesDataPointFormsOutput(Consumer<TimeSeriesDataPointSummaryFormOutput.Builder>... latestTimeSeriesDataPointFormsOutput) |
The latest data point that was imported into the time series form for the asset.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.latestTimeSeriesDataPointFormsOutput(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointFormsOutput) |
The latest data point that was imported into the time series form for the asset.
|
default CreateAssetResponse.Builder |
CreateAssetResponse.Builder.listing(Consumer<AssetListingDetails.Builder> listing) |
The details of an asset published in an Amazon DataZone catalog.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.listing(AssetListingDetails listing) |
The details of an asset published in an Amazon DataZone catalog.
|
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.
|