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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BdsCapacityReportbuild()BdsCapacityReport.BuildercompartmentId(String compartmentId)The OCID for the compartment.BdsCapacityReport.Buildercopy(BdsCapacityReport model)BdsCapacityReport.BuildershapeAvailabilities(List<CapacityReportShapeAvailability> shapeAvailabilities)Information about the capacity of each requested shape.BdsCapacityReport.BuildertimeCreated(Date timeCreated)The time the report was created, shown as an RFC 3339 formatted datetime string.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic 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
 
 - 
shapeAvailabilitiespublic BdsCapacityReport.Builder shapeAvailabilities(List<CapacityReportShapeAvailability> shapeAvailabilities) Information about the capacity of each requested shape.- Parameters:
- shapeAvailabilities- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic 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
 
 - 
buildpublic BdsCapacityReport build() 
 - 
copypublic BdsCapacityReport.Builder copy(BdsCapacityReport model) 
 
- 
 
-