Class MachineImageFamilySummary.Builder
java.lang.Object
co.yellowdog.platform.interaction.images.MachineImageFamilySummary.Builder
- Enclosing class:
MachineImageFamilySummary
-
Method Summary
Modifier and TypeMethodDescriptionaccess
(ImageAccess access) The access level for this machine image family and any contained groups and images.build()
createdTime
(Instant createdTime) The date and time when the machine image family was first created.The user allocated name used to uniquely identify the machine image family within its namespace.The user allocated namespace used to group machine image families and other objects together.osType
(ImageOsType osType) The operating system type of all images within this machine image family.Indicates if the machine image family is owned by the authenticated account.toString()
-
Method Details
-
id
- Returns:
this
.
-
namespace
The user allocated namespace used to group machine image families and other objects together.- Returns:
this
.
-
name
The user allocated name used to uniquely identify the machine image family within its namespace.- Returns:
this
.
-
createdTime
The date and time when the machine image family was first created.- Returns:
this
.
-
access
The access level for this machine image family and any contained groups and images.- Returns:
this
.
-
osType
The operating system type of all images within this machine image family.- Returns:
this
.
-
owned
Indicates if the machine image family is owned by the authenticated account.- Returns:
this
.
-
build
-
toString
-