public static class ReleaseSkill.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 |
---|---|
ReleaseSkill |
build()
Builds a ReleaseSkill.
|
ReleaseSkill.Builder |
skillId(String skillId)
Set the skillId.
|
ReleaseSkill.Builder |
snapshot(String snapshot)
Set the snapshot.
|
ReleaseSkill.Builder |
type(String type)
Set the type.
|
public Builder()
public Builder(String skillId)
skillId
- the skillIdpublic ReleaseSkill build()
public ReleaseSkill.Builder skillId(String skillId)
skillId
- the skillIdpublic ReleaseSkill.Builder type(String type)
type
- the typepublic ReleaseSkill.Builder snapshot(String snapshot)
snapshot
- the snapshotCopyright © 2024 IBM Cloud. All rights reserved.