public static interface GetAssetResponse.Builder extends DataExchangeResponse.Builder, SdkPojo, CopyableBuilder<GetAssetResponse.Builder,GetAssetResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAssetResponse.Builder |
arn(String arn)
The ARN for the asset.
|
GetAssetResponse.Builder |
assetDetails(AssetDetails assetDetails)
Information about the asset.
|
default GetAssetResponse.Builder |
assetDetails(Consumer<AssetDetails.Builder> assetDetails)
Information about the asset.
|
GetAssetResponse.Builder |
assetType(AssetType assetType)
The type of asset that is added to a data set.
|
GetAssetResponse.Builder |
assetType(String assetType)
The type of asset that is added to a data set.
|
GetAssetResponse.Builder |
createdAt(Instant createdAt)
The date and time that the asset was created, in ISO 8601 format.
|
GetAssetResponse.Builder |
dataSetId(String dataSetId)
The unique identifier for the data set associated with this asset.
|
GetAssetResponse.Builder |
id(String id)
The unique identifier for the asset.
|
GetAssetResponse.Builder |
name(String name)
The name of the asset.
|
GetAssetResponse.Builder |
revisionId(String revisionId)
The unique identifier for the revision associated with this asset.
|
GetAssetResponse.Builder |
sourceId(String sourceId)
The asset ID of the owned asset corresponding to the entitled asset being viewed.
|
GetAssetResponse.Builder |
updatedAt(Instant updatedAt)
The date and time that the asset was last updated, in ISO 8601 format.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssetResponse.Builder arn(String arn)
The ARN for the asset.
arn - The ARN for the asset.GetAssetResponse.Builder assetDetails(AssetDetails assetDetails)
Information about the asset.
assetDetails - Information about the asset.default GetAssetResponse.Builder assetDetails(Consumer<AssetDetails.Builder> assetDetails)
Information about the asset.
This is a convenience that creates an instance of theAssetDetails.Builder avoiding the need to
create one manually via AssetDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to assetDetails(AssetDetails).assetDetails - a consumer that will call methods on AssetDetails.BuilderassetDetails(AssetDetails)GetAssetResponse.Builder assetType(String assetType)
The type of asset that is added to a data set.
GetAssetResponse.Builder assetType(AssetType assetType)
The type of asset that is added to a data set.
GetAssetResponse.Builder createdAt(Instant createdAt)
The date and time that the asset was created, in ISO 8601 format.
createdAt - The date and time that the asset was created, in ISO 8601 format.GetAssetResponse.Builder dataSetId(String dataSetId)
The unique identifier for the data set associated with this asset.
dataSetId - The unique identifier for the data set associated with this asset.GetAssetResponse.Builder id(String id)
The unique identifier for the asset.
id - The unique identifier for the asset.GetAssetResponse.Builder name(String name)
The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.
name - The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.
When exporting to Amazon S3, the asset name is used as default target S3 object key.GetAssetResponse.Builder revisionId(String revisionId)
The unique identifier for the revision associated with this asset.
revisionId - The unique identifier for the revision associated with this asset.GetAssetResponse.Builder sourceId(String sourceId)
The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.
sourceId - The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is
returned when an asset owner is viewing the entitled copy of its owned asset.GetAssetResponse.Builder updatedAt(Instant updatedAt)
The date and time that the asset was last updated, in ISO 8601 format.
updatedAt - The date and time that the asset was last updated, in ISO 8601 format.Copyright © 2021. All rights reserved.