public static class LifecycleEnvironmentDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LifecycleEnvironmentDetails |
build() |
LifecycleEnvironmentDetails.Builder |
copy(LifecycleEnvironmentDetails model) |
LifecycleEnvironmentDetails.Builder |
displayName(String displayName)
Lifecycle environment name.
|
LifecycleEnvironmentDetails.Builder |
id(String id)
The OCID
of the lifecycle environment.
|
public LifecycleEnvironmentDetails.Builder id(String id)
The OCID of the lifecycle environment.
id
- the value to setpublic LifecycleEnvironmentDetails.Builder displayName(String displayName)
Lifecycle environment name.
displayName
- the value to setpublic LifecycleEnvironmentDetails build()
public LifecycleEnvironmentDetails.Builder copy(LifecycleEnvironmentDetails model)
Copyright © 2016–2024. All rights reserved.