public static class ComputeGlobalImageCapabilitySchemaVersion.Builder extends Object
Constructor and Description |
---|
Builder() |
public ComputeGlobalImageCapabilitySchemaVersion.Builder name(String name)
The name of the compute global image capability schema version
name
- the value to setpublic ComputeGlobalImageCapabilitySchemaVersion.Builder computeGlobalImageCapabilitySchemaId(String computeGlobalImageCapabilitySchemaId)
The ocid of the compute global image capability schema
computeGlobalImageCapabilitySchemaId
- the value to setpublic ComputeGlobalImageCapabilitySchemaVersion.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic ComputeGlobalImageCapabilitySchemaVersion.Builder schemaData(Map<String,ImageCapabilitySchemaDescriptor> schemaData)
The map of each capability name to its ImageCapabilityDescriptor.
schemaData
- the value to setpublic ComputeGlobalImageCapabilitySchemaVersion.Builder timeCreated(Date timeCreated)
The date and time the compute global image capability schema version was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic ComputeGlobalImageCapabilitySchemaVersion build()
public ComputeGlobalImageCapabilitySchemaVersion.Builder copy(ComputeGlobalImageCapabilitySchemaVersion model)
Copyright © 2016–2023. All rights reserved.