Class SnapSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.SnapSummary.Builder
-
- Enclosing class:
- SnapSummary
public static class SnapSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnapSummarybuild()SnapSummary.Buildercopy(SnapSummary model)SnapSummary.Builderdescription(String description)The description of of snap.SnapSummary.Buildername(String name)The name of the snap.SnapSummary.Builderpublisher(String publisher)The publisher of the snap.SnapSummary.Builderrevision(String revision)The revision number of the snap channel.SnapSummary.BuilderstoreUrl(String storeUrl)The snap’s store url.SnapSummary.BuildertimeRefreshed(Date timeRefreshed)The date and time of the snap’s last refresh in RFC 3339 format.SnapSummary.Buildertracking(String tracking)The track this snap is following.SnapSummary.Builderversion(String version)The version of the snap.
-
-
-
Method Detail
-
description
public SnapSummary.Builder description(String description)
The description of of snap.- Parameters:
description- the value to set- Returns:
- this builder
-
name
public SnapSummary.Builder name(String name)
The name of the snap.- Parameters:
name- the value to set- Returns:
- this builder
-
publisher
public SnapSummary.Builder publisher(String publisher)
The publisher of the snap.- Parameters:
publisher- the value to set- Returns:
- this builder
-
revision
public SnapSummary.Builder revision(String revision)
The revision number of the snap channel.- Parameters:
revision- the value to set- Returns:
- this builder
-
storeUrl
public SnapSummary.Builder storeUrl(String storeUrl)
The snap’s store url.- Parameters:
storeUrl- the value to set- Returns:
- this builder
-
timeRefreshed
public SnapSummary.Builder timeRefreshed(Date timeRefreshed)
The date and time of the snap’s last refresh in RFC 3339 format.- Parameters:
timeRefreshed- the value to set- Returns:
- this builder
-
version
public SnapSummary.Builder version(String version)
The version of the snap.- Parameters:
version- the value to set- Returns:
- this builder
-
tracking
public SnapSummary.Builder tracking(String tracking)
The track this snap is following.- Parameters:
tracking- the value to set- Returns:
- this builder
-
build
public SnapSummary build()
-
copy
public SnapSummary.Builder copy(SnapSummary model)
-
-