public static class EnvironmentSkill.Builder extends Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| Builder(String skillId)Instantiates a new builder with required properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| EnvironmentSkill | build()Builds a EnvironmentSkill. | 
| EnvironmentSkill.Builder | disabled(Boolean disabled)Set the disabled. | 
| EnvironmentSkill.Builder | skillId(String skillId)Set the skillId. | 
| EnvironmentSkill.Builder | skillReference(String skillReference)Set the skillReference. | 
| EnvironmentSkill.Builder | snapshot(String snapshot)Set the snapshot. | 
| EnvironmentSkill.Builder | type(String type)Set the type. | 
public Builder()
public Builder(String skillId)
skillId - the skillIdpublic EnvironmentSkill build()
public EnvironmentSkill.Builder skillId(String skillId)
skillId - the skillIdpublic EnvironmentSkill.Builder type(String type)
type - the typepublic EnvironmentSkill.Builder disabled(Boolean disabled)
disabled - the disabledpublic EnvironmentSkill.Builder snapshot(String snapshot)
snapshot - the snapshotpublic EnvironmentSkill.Builder skillReference(String skillReference)
skillReference - the skillReferenceCopyright © 2023 IBM Cloud. All rights reserved.