Interface AssetFileSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssetFileSummary.Builder,,AssetFileSummary> SdkBuilder<AssetFileSummary.Builder,,AssetFileSummary> SdkPojo
- Enclosing class:
AssetFileSummary
@Mutable
@NotThreadSafe
public static interface AssetFileSummary.Builder
extends SdkPojo, CopyableBuilder<AssetFileSummary.Builder,AssetFileSummary>
-
Method Summary
Modifier and TypeMethodDescriptionTimestamp when this file was createdThe metadata for this fileThe path of this file within the assetTimestamp when this file was last updatedThe asset version this file belongs toMethods 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
-
path
The path of this file within the asset
- Parameters:
path- The path of this file within the asset- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
The metadata for this file
- Parameters:
metadata- The metadata for this file- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The asset version this file belongs to
- Parameters:
version- The asset version this file belongs to- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
Timestamp when this file was created
- Parameters:
createdAt- Timestamp when this file was created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Timestamp when this file was last updated
- Parameters:
updatedAt- Timestamp when this file was last updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-