Interface AssetRevision.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetRevision.Builder,
,AssetRevision> SdkBuilder<AssetRevision.Builder,
,AssetRevision> SdkPojo
- Enclosing class:
AssetRevision
@Mutable
@NotThreadSafe
public static interface AssetRevision.Builder
extends SdkPojo, CopyableBuilder<AssetRevision.Builder,AssetRevision>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when an inventory asset revison was created.The Amazon DataZone user who created the asset revision.The Amazon DataZone user who created the inventory asset.The identifier of the inventory asset revision.The revision details of the inventory asset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
createdAt
The timestamp of when an inventory asset revison was created.
- Parameters:
createdAt
- The timestamp of when an inventory asset revison was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The Amazon DataZone user who created the asset revision.
- Parameters:
createdBy
- The Amazon DataZone user who created the asset revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
The Amazon DataZone user who created the inventory asset.
- Parameters:
domainId
- The Amazon DataZone user who created the inventory asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the inventory asset revision.
- Parameters:
id
- The identifier of the inventory asset revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
The revision details of the inventory asset.
- Parameters:
revision
- The revision details of the inventory asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-