Class Full.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.version.types.Full.Builder
-
- All Implemented Interfaces:
Full._FinalStage,Full.ConfigStage,Full.CreateTsStage,Full.DisplayNameStage,Full.VersionIdStage
- Enclosing class:
- Full
public static final class Full.Builder extends java.lang.Object implements Full.VersionIdStage, Full.CreateTsStage, Full.DisplayNameStage, Full.ConfigStage, Full._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Fullbuild()Full._FinalStageconfig(Config config)Full.DisplayNameStagecreateTs(java.time.OffsetDateTime createTs)RFC3339 timestamp.Full.ConfigStagedisplayName(java.lang.String displayName)Represent a resource's readable display name.Full.Builderfrom(Full other)Full.CreateTsStageversionId(java.util.UUID versionId)
-
-
-
Method Detail
-
from
public Full.Builder from(Full other)
- Specified by:
fromin interfaceFull.VersionIdStage
-
versionId
public Full.CreateTsStage versionId(java.util.UUID versionId)
- Specified by:
versionIdin interfaceFull.VersionIdStage
-
createTs
public Full.DisplayNameStage createTs(java.time.OffsetDateTime createTs)
RFC3339 timestamp.
- Specified by:
createTsin interfaceFull.CreateTsStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
displayName
public Full.ConfigStage displayName(java.lang.String displayName)
Represent a resource's readable display name.
- Specified by:
displayNamein interfaceFull.DisplayNameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
config
public Full._FinalStage config(Config config)
- Specified by:
configin interfaceFull.ConfigStage
-
build
public Full build()
- Specified by:
buildin interfaceFull._FinalStage
-
-