Interface AssetVersionMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssetVersionMetadata.Builder,,AssetVersionMetadata> SdkBuilder<AssetVersionMetadata.Builder,,AssetVersionMetadata> SdkPojo
- Enclosing class:
AssetVersionMetadata
@Mutable
@NotThreadSafe
public static interface AssetVersionMetadata.Builder
extends SdkPojo, CopyableBuilder<AssetVersionMetadata.Builder,AssetVersionMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionTimestamp when this asset version was createdTimestamp when this asset version was last updatedThe version number of this assetMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
version
The version number of this asset
- Parameters:
version- The version number of this asset- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
Timestamp when this asset version was created
- Parameters:
createdAt- Timestamp when this asset version was created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Timestamp when this asset version was last updated
- Parameters:
updatedAt- Timestamp when this asset version was last updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-