Package com.oracle.bmc.bds.model
Class BdsCapacityReport.Builder
- java.lang.Object
-
- com.oracle.bmc.bds.model.BdsCapacityReport.Builder
-
- Enclosing class:
- BdsCapacityReport
public static class BdsCapacityReport.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BdsCapacityReport
build()
BdsCapacityReport.Builder
compartmentId(String compartmentId)
The OCID for the compartment.BdsCapacityReport.Builder
copy(BdsCapacityReport model)
BdsCapacityReport.Builder
shapeAvailabilities(List<CapacityReportShapeAvailability> shapeAvailabilities)
Information about the capacity of each requested shape.BdsCapacityReport.Builder
timeCreated(Date timeCreated)
The time the report was created, shown as an RFC 3339 formatted datetime string.
-
-
-
Method Detail
-
compartmentId
public BdsCapacityReport.Builder compartmentId(String compartmentId)
The OCID for the compartment.This should always be the root compartment.
- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
shapeAvailabilities
public BdsCapacityReport.Builder shapeAvailabilities(List<CapacityReportShapeAvailability> shapeAvailabilities)
Information about the capacity of each requested shape.- Parameters:
shapeAvailabilities
- the value to set- Returns:
- this builder
-
timeCreated
public BdsCapacityReport.Builder timeCreated(Date timeCreated)
The time the report was created, shown as an RFC 3339 formatted datetime string.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
build
public BdsCapacityReport build()
-
copy
public BdsCapacityReport.Builder copy(BdsCapacityReport model)
-
-