public static class LifecycleStageSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LifecycleStageSummary.Builder |
archType(ArchType archType)
The CPU architecture of the managed instances in the lifecycle stage.
|
LifecycleStageSummary |
build() |
LifecycleStageSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment that contains the lifecycle stage.
|
LifecycleStageSummary.Builder |
copy(LifecycleStageSummary model) |
LifecycleStageSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
LifecycleStageSummary.Builder |
displayName(String displayName)
The user-friendly name for the lifecycle stage.
|
LifecycleStageSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
LifecycleStageSummary.Builder |
id(String id)
The OCID
of the lifecycle stage.
|
LifecycleStageSummary.Builder |
lifecycleEnvironmentDisplayName(String lifecycleEnvironmentDisplayName)
The user-friendly name for the lifecycle environment.
|
LifecycleStageSummary.Builder |
lifecycleEnvironmentId(String lifecycleEnvironmentId)
The OCID
of the lifecycle environment that contains the lifecycle stage.
|
LifecycleStageSummary.Builder |
lifecycleState(LifecycleStage.LifecycleState lifecycleState)
The current state of the lifecycle environment.
|
LifecycleStageSummary.Builder |
location(ManagedInstanceLocation location)
The location of managed instances associated with the lifecycle stage.
|
LifecycleStageSummary.Builder |
managedInstances(Integer managedInstances)
The list of managed instances associated with the lifecycle stage.
|
LifecycleStageSummary.Builder |
osFamily(OsFamily osFamily)
The operating system of the managed instances in the lifecycle stage.
|
LifecycleStageSummary.Builder |
rank(Integer rank)
User-specified rank for the lifecycle stage.
|
LifecycleStageSummary.Builder |
softwareSourceId(SoftwareSourceDetails softwareSourceId) |
LifecycleStageSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
LifecycleStageSummary.Builder |
timeCreated(Date timeCreated)
The time the lifecycle stage was created (in RFC
3339 format).
|
LifecycleStageSummary.Builder |
timeModified(Date timeModified)
The time the lifecycle stage was last modified (in RFC
3339 format).
|
LifecycleStageSummary.Builder |
vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the lifecycle stage.
|
public LifecycleStageSummary.Builder id(String id)
The OCID of the lifecycle stage.
id
- the value to setpublic LifecycleStageSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the lifecycle stage.
compartmentId
- the value to setpublic LifecycleStageSummary.Builder displayName(String displayName)
The user-friendly name for the lifecycle stage.
displayName
- the value to setpublic LifecycleStageSummary.Builder lifecycleEnvironmentId(String lifecycleEnvironmentId)
The OCID of the lifecycle environment that contains the lifecycle stage.
lifecycleEnvironmentId
- the value to setpublic LifecycleStageSummary.Builder lifecycleEnvironmentDisplayName(String lifecycleEnvironmentDisplayName)
The user-friendly name for the lifecycle environment. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
lifecycleEnvironmentDisplayName
- the value to setpublic LifecycleStageSummary.Builder rank(Integer rank)
User-specified rank for the lifecycle stage. Rank determines the hierarchy of the lifecycle stages within the lifecycle environment.
rank
- the value to setpublic LifecycleStageSummary.Builder osFamily(OsFamily osFamily)
The operating system of the managed instances in the lifecycle stage.
osFamily
- the value to setpublic LifecycleStageSummary.Builder archType(ArchType archType)
The CPU architecture of the managed instances in the lifecycle stage.
archType
- the value to setpublic LifecycleStageSummary.Builder vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the lifecycle stage.
vendorName
- the value to setpublic LifecycleStageSummary.Builder managedInstances(Integer managedInstances)
The list of managed instances associated with the lifecycle stage.
managedInstances
- the value to setpublic LifecycleStageSummary.Builder location(ManagedInstanceLocation location)
The location of managed instances associated with the lifecycle stage.
location
- the value to setpublic LifecycleStageSummary.Builder softwareSourceId(SoftwareSourceDetails softwareSourceId)
public LifecycleStageSummary.Builder timeCreated(Date timeCreated)
The time the lifecycle stage was created (in RFC 3339 format).
timeCreated
- the value to setpublic LifecycleStageSummary.Builder timeModified(Date timeModified)
The time the lifecycle stage was last modified (in RFC 3339 format).
timeModified
- the value to setpublic LifecycleStageSummary.Builder lifecycleState(LifecycleStage.LifecycleState lifecycleState)
The current state of the lifecycle environment.
lifecycleState
- the value to setpublic LifecycleStageSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic LifecycleStageSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
more information, see Resource
Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic LifecycleStageSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic LifecycleStageSummary build()
public LifecycleStageSummary.Builder copy(LifecycleStageSummary model)
Copyright © 2016–2024. All rights reserved.