Package com.oracle.bmc.jmsutils.model
Class SubscriptionAcknowledgmentConfiguration.Builder
- java.lang.Object
-
- com.oracle.bmc.jmsutils.model.SubscriptionAcknowledgmentConfiguration.Builder
-
- Enclosing class:
- SubscriptionAcknowledgmentConfiguration
public static class SubscriptionAcknowledgmentConfiguration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubscriptionAcknowledgmentConfiguration.Builder
acknowledgedBy(String acknowledgedBy)
The OCID of the principal that ackwnoledged the subscription.SubscriptionAcknowledgmentConfiguration
build()
SubscriptionAcknowledgmentConfiguration.Builder
copy(SubscriptionAcknowledgmentConfiguration model)
SubscriptionAcknowledgmentConfiguration.Builder
isAcknowledged(Boolean isAcknowledged)
Flag to determine whether the subscription was acknowledged or not.SubscriptionAcknowledgmentConfiguration.Builder
timeAcknowledged(Date timeAcknowledged)
The date and time the subscription was acknowledged (formatted according to RFC3339).
-
-
-
Method Detail
-
isAcknowledged
public SubscriptionAcknowledgmentConfiguration.Builder isAcknowledged(Boolean isAcknowledged)
Flag to determine whether the subscription was acknowledged or not.- Parameters:
isAcknowledged
- the value to set- Returns:
- this builder
-
acknowledgedBy
public SubscriptionAcknowledgmentConfiguration.Builder acknowledgedBy(String acknowledgedBy)
The OCID of the principal that ackwnoledged the subscription.- Parameters:
acknowledgedBy
- the value to set- Returns:
- this builder
-
timeAcknowledged
public SubscriptionAcknowledgmentConfiguration.Builder timeAcknowledged(Date timeAcknowledged)
The date and time the subscription was acknowledged (formatted according to RFC3339).- Parameters:
timeAcknowledged
- the value to set- Returns:
- this builder
-
build
public SubscriptionAcknowledgmentConfiguration build()
-
copy
public SubscriptionAcknowledgmentConfiguration.Builder copy(SubscriptionAcknowledgmentConfiguration model)
-
-