Class RecallCount.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.RecallCount.Builder
-
- Enclosing class:
- RecallCount
public static class RecallCount.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecallCount
build()
RecallCount.Builder
copy(RecallCount model)
RecallCount.Builder
recallCount(Integer recallCount)
This is the total number of recalls made so farRecallCount.Builder
recallFailed(Integer recallFailed)
This is the number of recalls that failedRecallCount.Builder
recallLimit(Integer recallLimit)
This is the maximum number of recalls (including successful and pending recalls) allowedRecallCount.Builder
recallPending(Integer recallPending)
This is the number of recalls in pending stateRecallCount.Builder
recallSucceeded(Integer recallSucceeded)
This is the number of recalls that succeeded
-
-
-
Method Detail
-
recallCount
public RecallCount.Builder recallCount(Integer recallCount)
This is the total number of recalls made so far- Parameters:
recallCount
- the value to set- Returns:
- this builder
-
recallSucceeded
public RecallCount.Builder recallSucceeded(Integer recallSucceeded)
This is the number of recalls that succeeded- Parameters:
recallSucceeded
- the value to set- Returns:
- this builder
-
recallFailed
public RecallCount.Builder recallFailed(Integer recallFailed)
This is the number of recalls that failed- Parameters:
recallFailed
- the value to set- Returns:
- this builder
-
recallPending
public RecallCount.Builder recallPending(Integer recallPending)
This is the number of recalls in pending state- Parameters:
recallPending
- the value to set- Returns:
- this builder
-
recallLimit
public RecallCount.Builder recallLimit(Integer recallLimit)
This is the maximum number of recalls (including successful and pending recalls) allowed- Parameters:
recallLimit
- the value to set- Returns:
- this builder
-
build
public RecallCount build()
-
copy
public RecallCount.Builder copy(RecallCount model)
-
-