public static class CreateLifecycleEnvironmentDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateLifecycleEnvironmentDetails.Builder |
archType(ArchType archType)
The CPU architecture of the managed instances in the lifecycle environment.
|
CreateLifecycleEnvironmentDetails |
build() |
CreateLifecycleEnvironmentDetails.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment that contains the lifecycle environment.
|
CreateLifecycleEnvironmentDetails.Builder |
copy(CreateLifecycleEnvironmentDetails model) |
CreateLifecycleEnvironmentDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateLifecycleEnvironmentDetails.Builder |
description(String description)
User-specified information about the lifecycle environment.
|
CreateLifecycleEnvironmentDetails.Builder |
displayName(String displayName)
A user-friendly name for the lifecycle environment.
|
CreateLifecycleEnvironmentDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
CreateLifecycleEnvironmentDetails.Builder |
location(ManagedInstanceLocation location)
The location of managed instances attached to the lifecycle environment.
|
CreateLifecycleEnvironmentDetails.Builder |
osFamily(OsFamily osFamily)
The operating system of the managed instances in the lifecycle environment.
|
CreateLifecycleEnvironmentDetails.Builder |
stages(List<CreateLifecycleStageDetails> stages)
User-specified list of ranked lifecycle stages used within the lifecycle environment.
|
CreateLifecycleEnvironmentDetails.Builder |
vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the lifecycle
environment.
|
public CreateLifecycleEnvironmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the lifecycle environment.
compartmentId
- the value to setpublic CreateLifecycleEnvironmentDetails.Builder displayName(String displayName)
A user-friendly name for the lifecycle environment. Does not have to be unique and you can change the name later. Avoid entering confidential information.
displayName
- the value to setpublic CreateLifecycleEnvironmentDetails.Builder description(String description)
User-specified information about the lifecycle environment. Avoid entering confidential information.
description
- the value to setpublic CreateLifecycleEnvironmentDetails.Builder stages(List<CreateLifecycleStageDetails> stages)
User-specified list of ranked lifecycle stages used within the lifecycle environment.
stages
- the value to setpublic CreateLifecycleEnvironmentDetails.Builder archType(ArchType archType)
The CPU architecture of the managed instances in the lifecycle environment.
archType
- the value to setpublic CreateLifecycleEnvironmentDetails.Builder osFamily(OsFamily osFamily)
The operating system of the managed instances in the lifecycle environment.
osFamily
- the value to setpublic CreateLifecycleEnvironmentDetails.Builder vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the lifecycle environment.
vendorName
- the value to setpublic CreateLifecycleEnvironmentDetails.Builder location(ManagedInstanceLocation location)
The location of managed instances attached to the lifecycle environment. If no location is provided, the default is ‘ON_PREMISE.’
location
- the value to setpublic CreateLifecycleEnvironmentDetails.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 CreateLifecycleEnvironmentDetails.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 CreateLifecycleEnvironmentDetails build()
public CreateLifecycleEnvironmentDetails.Builder copy(CreateLifecycleEnvironmentDetails model)
Copyright © 2016–2024. All rights reserved.