Interface AssetRevision.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetRevision.Builder,AssetRevision>,SdkBuilder<AssetRevision.Builder,AssetRevision>,SdkPojo
- Enclosing class:
- AssetRevision
public static interface AssetRevision.Builder extends SdkPojo, CopyableBuilder<AssetRevision.Builder,AssetRevision>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetRevision.BuildercreatedAt(Instant createdAt)The timestamp of when an inventory asset revison was created.AssetRevision.BuildercreatedBy(String createdBy)The Amazon DataZone user who created the asset revision.AssetRevision.BuilderdomainId(String domainId)The Amazon DataZone user who created the inventory asset.AssetRevision.Builderid(String id)The identifier of the inventory asset revision.AssetRevision.Builderrevision(String 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, sdkFields
-
-
-
-
Method Detail
-
createdAt
AssetRevision.Builder createdAt(Instant 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
AssetRevision.Builder createdBy(String 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
AssetRevision.Builder domainId(String 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
AssetRevision.Builder id(String 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
AssetRevision.Builder revision(String 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.
-
-