Class LimitsIncreaseRequestComment.Builder
- java.lang.Object
-
- com.oracle.bmc.limitsincrease.model.LimitsIncreaseRequestComment.Builder
-
- Enclosing class:
- LimitsIncreaseRequestComment
public static class LimitsIncreaseRequestComment.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LimitsIncreaseRequestCommentbuild()LimitsIncreaseRequestComment.Buildercopy(LimitsIncreaseRequestComment model)LimitsIncreaseRequestComment.Buildermessage(String message)The comment message.LimitsIncreaseRequestComment.BuildersenderType(LimitsIncreaseRequestComment.SenderType senderType)The comment sender type.LimitsIncreaseRequestComment.BuildertimeCreated(Date timeCreated)The time that the comment was created.
-
-
-
Method Detail
-
message
public LimitsIncreaseRequestComment.Builder message(String message)
The comment message.- Parameters:
message- the value to set- Returns:
- this builder
-
timeCreated
public LimitsIncreaseRequestComment.Builder timeCreated(Date timeCreated)
The time that the comment was created.Format defined by RFC3339.
- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
senderType
public LimitsIncreaseRequestComment.Builder senderType(LimitsIncreaseRequestComment.SenderType senderType)
The comment sender type.- Parameters:
senderType- the value to set- Returns:
- this builder
-
build
public LimitsIncreaseRequestComment build()
-
copy
public LimitsIncreaseRequestComment.Builder copy(LimitsIncreaseRequestComment model)
-
-