public static class LifecycleEnvironmentSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LifecycleEnvironmentSummary.Builder |
archType(ArchType archType)
The CPU architecture of the managed instances in the lifecycle environment.
|
LifecycleEnvironmentSummary |
build() |
LifecycleEnvironmentSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment that contains the lifecycle environment.
|
LifecycleEnvironmentSummary.Builder |
copy(LifecycleEnvironmentSummary model) |
LifecycleEnvironmentSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
LifecycleEnvironmentSummary.Builder |
description(String description)
User-specified information about the lifecycle environment.
|
LifecycleEnvironmentSummary.Builder |
displayName(String displayName)
A user-friendly name for the lifecycle environment.
|
LifecycleEnvironmentSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
LifecycleEnvironmentSummary.Builder |
id(String id)
The OCID
of the lifecycle environment.
|
LifecycleEnvironmentSummary.Builder |
lifecycleState(LifecycleEnvironment.LifecycleState lifecycleState)
The current state of the lifecycle environment.
|
LifecycleEnvironmentSummary.Builder |
location(ManagedInstanceLocation location)
The location of managed instances attached to the lifecycle environment.
|
LifecycleEnvironmentSummary.Builder |
osFamily(OsFamily osFamily)
The operating system of the managed instances in the lifecycle environment.
|
LifecycleEnvironmentSummary.Builder |
stages(List<LifecycleStageSummary> stages)
User-specified list of lifecycle stages used within the lifecycle environment.
|
LifecycleEnvironmentSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
LifecycleEnvironmentSummary.Builder |
timeCreated(Date timeCreated)
The time the lifecycle environment was created (in RFC
3339 format).
|
LifecycleEnvironmentSummary.Builder |
timeModified(Date timeModified)
The time the lifecycle environment was last modified (in RFC
3339 format).
|
LifecycleEnvironmentSummary.Builder |
vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the lifecycle
environment.
|
public LifecycleEnvironmentSummary.Builder id(String id)
The OCID of the lifecycle environment.
id
- the value to setpublic LifecycleEnvironmentSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the lifecycle environment.
compartmentId
- the value to setpublic LifecycleEnvironmentSummary.Builder displayName(String displayName)
A user-friendly name for the lifecycle environment.
displayName
- the value to setpublic LifecycleEnvironmentSummary.Builder description(String description)
User-specified information about the lifecycle environment.
description
- the value to setpublic LifecycleEnvironmentSummary.Builder stages(List<LifecycleStageSummary> stages)
User-specified list of lifecycle stages used within the lifecycle environment.
stages
- the value to setpublic LifecycleEnvironmentSummary.Builder lifecycleState(LifecycleEnvironment.LifecycleState lifecycleState)
The current state of the lifecycle environment.
lifecycleState
- the value to setpublic LifecycleEnvironmentSummary.Builder archType(ArchType archType)
The CPU architecture of the managed instances in the lifecycle environment.
archType
- the value to setpublic LifecycleEnvironmentSummary.Builder osFamily(OsFamily osFamily)
The operating system of the managed instances in the lifecycle environment.
osFamily
- the value to setpublic LifecycleEnvironmentSummary.Builder vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the lifecycle environment.
vendorName
- the value to setpublic LifecycleEnvironmentSummary.Builder location(ManagedInstanceLocation location)
The location of managed instances attached to the lifecycle environment.
location
- the value to setpublic LifecycleEnvironmentSummary.Builder timeCreated(Date timeCreated)
The time the lifecycle environment was created (in RFC 3339 format).
timeCreated
- the value to setpublic LifecycleEnvironmentSummary.Builder timeModified(Date timeModified)
The time the lifecycle environment was last modified (in RFC 3339 format).
timeModified
- the value to setpublic LifecycleEnvironmentSummary.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 LifecycleEnvironmentSummary.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 LifecycleEnvironmentSummary.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 LifecycleEnvironmentSummary build()
public LifecycleEnvironmentSummary.Builder copy(LifecycleEnvironmentSummary model)
Copyright © 2016–2024. All rights reserved.