Class SwitchSnapChannelDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.SwitchSnapChannelDetails.Builder
-
- Enclosing class:
- SwitchSnapChannelDetails
public static class SwitchSnapChannelDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwitchSnapChannelDetailsbuild()SwitchSnapChannelDetails.Builderchannel(String channel)The channel to switch to (e.g.SwitchSnapChannelDetails.Buildercopy(SwitchSnapChannelDetails model)SwitchSnapChannelDetails.Buildername(String name)The name of the snap.
-
-
-
Method Detail
-
name
public SwitchSnapChannelDetails.Builder name(String name)
The name of the snap.- Parameters:
name- the value to set- Returns:
- this builder
-
channel
public SwitchSnapChannelDetails.Builder channel(String channel)
The channel to switch to (e.g.stable, edge, beta, candidate, or a custom channel).
- Parameters:
channel- the value to set- Returns:
- this builder
-
build
public SwitchSnapChannelDetails build()
-
copy
public SwitchSnapChannelDetails.Builder copy(SwitchSnapChannelDetails model)
-
-