public static interface GetAssetResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetAssetResponse.Builder,GetAssetResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAssetResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the asset was created.
|
GetAssetResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the asset.
|
GetAssetResponse.Builder |
description(String description)
The description of the Amazon DataZone asset.
|
GetAssetResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain to which the asset belongs.
|
GetAssetResponse.Builder |
externalIdentifier(String externalIdentifier)
|
GetAssetResponse.Builder |
firstRevisionCreatedAt(Instant firstRevisionCreatedAt)
The timestamp of when the first revision of the asset was created.
|
GetAssetResponse.Builder |
firstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who created the first revision of the asset.
|
GetAssetResponse.Builder |
formsOutput(Collection<FormOutput> formsOutput)
The metadata forms attached to the asset.
|
GetAssetResponse.Builder |
formsOutput(Consumer<FormOutput.Builder>... formsOutput)
The metadata forms attached to the asset.
|
GetAssetResponse.Builder |
formsOutput(FormOutput... formsOutput)
The metadata forms attached to the asset.
|
GetAssetResponse.Builder |
glossaryTerms(Collection<String> glossaryTerms)
The business glossary terms attached to the asset.
|
GetAssetResponse.Builder |
glossaryTerms(String... glossaryTerms)
The business glossary terms attached to the asset.
|
GetAssetResponse.Builder |
id(String id)
The ID of the asset.
|
GetAssetResponse.Builder |
listing(AssetListingDetails listing)
|
default GetAssetResponse.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(). |
GetAssetResponse.Builder |
name(String name)
The name of the asset.
|
GetAssetResponse.Builder |
owningProjectId(String owningProjectId)
The ID of the project that owns the asset.
|
GetAssetResponse.Builder |
readOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms attached to the asset.
|
GetAssetResponse.Builder |
readOnlyFormsOutput(Consumer<FormOutput.Builder>... readOnlyFormsOutput)
The read-only metadata forms attached to the asset.
|
GetAssetResponse.Builder |
readOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only metadata forms attached to the asset.
|
GetAssetResponse.Builder |
revision(String revision)
The revision of the asset.
|
GetAssetResponse.Builder |
typeIdentifier(String typeIdentifier)
The ID of the asset type.
|
GetAssetResponse.Builder |
typeRevision(String typeRevision)
The revision of the asset type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssetResponse.Builder createdAt(Instant createdAt)
The timestamp of when the asset was created.
createdAt - The timestamp of when the asset was created.GetAssetResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created the asset.
createdBy - The Amazon DataZone user who created the asset.GetAssetResponse.Builder description(String description)
The description of the Amazon DataZone asset.
description - The description of the Amazon DataZone asset.GetAssetResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain to which the asset belongs.
domainId - The ID of the Amazon DataZone domain to which the asset belongs.GetAssetResponse.Builder externalIdentifier(String externalIdentifier)
externalIdentifier - GetAssetResponse.Builder firstRevisionCreatedAt(Instant firstRevisionCreatedAt)
The timestamp of when the first revision of the asset was created.
firstRevisionCreatedAt - The timestamp of when the first revision of the asset was created.GetAssetResponse.Builder firstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who created the first revision of the asset.
firstRevisionCreatedBy - The Amazon DataZone user who created the first revision of the asset.GetAssetResponse.Builder formsOutput(Collection<FormOutput> formsOutput)
The metadata forms attached to the asset.
formsOutput - The metadata forms attached to the asset.GetAssetResponse.Builder formsOutput(FormOutput... formsOutput)
The metadata forms attached to the asset.
formsOutput - The metadata forms attached to the asset.GetAssetResponse.Builder formsOutput(Consumer<FormOutput.Builder>... formsOutput)
The metadata forms attached to the asset.
This is a convenience method that creates an instance of theFormOutput.Builder avoiding the need to create one
manually via FormOutput.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #formsOutput(List.
formsOutput - a consumer that will call methods on
FormOutput.Builder#formsOutput(java.util.Collection) GetAssetResponse.Builder glossaryTerms(Collection<String> glossaryTerms)
The business glossary terms attached to the asset.
glossaryTerms - The business glossary terms attached to the asset.GetAssetResponse.Builder glossaryTerms(String... glossaryTerms)
The business glossary terms attached to the asset.
glossaryTerms - The business glossary terms attached to the asset.GetAssetResponse.Builder id(String id)
The ID of the asset.
id - The ID of the asset.GetAssetResponse.Builder listing(AssetListingDetails listing)
listing - default GetAssetResponse.Builder listing(Consumer<AssetListingDetails.Builder> listing)
AssetListingDetails.Builder avoiding the
need to create one manually via AssetListingDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to listing(AssetListingDetails).
listing - a consumer that will call methods on AssetListingDetails.Builderlisting(AssetListingDetails)GetAssetResponse.Builder name(String name)
The name of the asset.
name - The name of the asset.GetAssetResponse.Builder owningProjectId(String owningProjectId)
The ID of the project that owns the asset.
owningProjectId - The ID of the project that owns the asset.GetAssetResponse.Builder readOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms attached to the asset.
readOnlyFormsOutput - The read-only metadata forms attached to the asset.GetAssetResponse.Builder readOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only metadata forms attached to the asset.
readOnlyFormsOutput - The read-only metadata forms attached to the asset.GetAssetResponse.Builder readOnlyFormsOutput(Consumer<FormOutput.Builder>... readOnlyFormsOutput)
The read-only metadata forms attached to the asset.
This is a convenience method that creates an instance of theFormOutput.Builder avoiding the need to create one
manually via FormOutput.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #readOnlyFormsOutput(List.
readOnlyFormsOutput - a consumer that will call methods on
FormOutput.Builder#readOnlyFormsOutput(java.util.Collection) GetAssetResponse.Builder revision(String revision)
The revision of the asset.
revision - The revision of the asset.GetAssetResponse.Builder typeIdentifier(String typeIdentifier)
The ID of the asset type.
typeIdentifier - The ID of the asset type.GetAssetResponse.Builder typeRevision(String typeRevision)
The revision of the asset type.
typeRevision - The revision of the asset type.Copyright © 2023. All rights reserved.