Package com.oracle.bmc.bds.model
Class CreateBdsCapacityReportDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.bds.model.CreateBdsCapacityReportDetails.Builder
 
- 
- Enclosing class:
- CreateBdsCapacityReportDetails
 
 public static class CreateBdsCapacityReportDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateBdsCapacityReportDetailsbuild()CreateBdsCapacityReportDetails.BuildercompartmentId(String compartmentId)The OCID for the compartment.CreateBdsCapacityReportDetails.Buildercopy(CreateBdsCapacityReportDetails model)CreateBdsCapacityReportDetails.BuildershapeAvailabilities(List<CreateCapacityReportShapeAvailabilityDetails> shapeAvailabilities)Information about the shapes in the capacity report.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreateBdsCapacityReportDetails.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 CreateBdsCapacityReportDetails.Builder shapeAvailabilities(List<CreateCapacityReportShapeAvailabilityDetails> shapeAvailabilities) Information about the shapes in the capacity report.- Parameters:
- shapeAvailabilities- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateBdsCapacityReportDetails build() 
 - 
copypublic CreateBdsCapacityReportDetails.Builder copy(CreateBdsCapacityReportDetails model) 
 
- 
 
-