Package com.oracle.bmc.mysql.model
Class ChannelStatus.Builder
- java.lang.Object
-
- com.oracle.bmc.mysql.model.ChannelStatus.Builder
-
- Enclosing class:
- ChannelStatus
public static class ChannelStatus.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelStatusbuild()ChannelStatus.BuilderchannelStatusResult(ChannelStatusResult channelStatusResult)ChannelStatus.Buildercopy(ChannelStatus model)ChannelStatus.BuildertimeCreated(Date timeCreated)The date and time that the Work Request to generate the Channel status was issued, as described by RFC 3339.ChannelStatus.BuildertimeUpdated(Date timeUpdated)The date and time that the Channel status was generated, as described by RFC 3339.
-
-
-
Method Detail
-
timeCreated
public ChannelStatus.Builder timeCreated(Date timeCreated)
The date and time that the Work Request to generate the Channel status was issued, as described by RFC 3339.- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
timeUpdated
public ChannelStatus.Builder timeUpdated(Date timeUpdated)
The date and time that the Channel status was generated, as described by RFC 3339.- Parameters:
timeUpdated- the value to set- Returns:
- this builder
-
channelStatusResult
public ChannelStatus.Builder channelStatusResult(ChannelStatusResult channelStatusResult)
-
build
public ChannelStatus build()
-
copy
public ChannelStatus.Builder copy(ChannelStatus model)
-
-