Package com.oracle.bmc.ocvp.model
Class SupportedCommitmentSummaryCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.ocvp.model.SupportedCommitmentSummaryCollection.Builder
-
- Enclosing class:
- SupportedCommitmentSummaryCollection
public static class SupportedCommitmentSummaryCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SupportedCommitmentSummaryCollection
build()
SupportedCommitmentSummaryCollection.Builder
copy(SupportedCommitmentSummaryCollection model)
SupportedCommitmentSummaryCollection.Builder
items(List<SupportedCommitmentSummary> items)
A list of the supported Commitments.
-
-
-
Method Detail
-
items
public SupportedCommitmentSummaryCollection.Builder items(List<SupportedCommitmentSummary> items)
A list of the supported Commitments.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public SupportedCommitmentSummaryCollection build()
-
copy
public SupportedCommitmentSummaryCollection.Builder copy(SupportedCommitmentSummaryCollection model)
-
-