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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateBdsCapacityReportDetails
build()
CreateBdsCapacityReportDetails.Builder
compartmentId(String compartmentId)
The OCID for the compartment.CreateBdsCapacityReportDetails.Builder
copy(CreateBdsCapacityReportDetails model)
CreateBdsCapacityReportDetails.Builder
shapeAvailabilities(List<CreateCapacityReportShapeAvailabilityDetails> shapeAvailabilities)
Information about the shapes in the capacity report.
-
-
-
Method Detail
-
compartmentId
public 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
-
shapeAvailabilities
public CreateBdsCapacityReportDetails.Builder shapeAvailabilities(List<CreateCapacityReportShapeAvailabilityDetails> shapeAvailabilities)
Information about the shapes in the capacity report.- Parameters:
shapeAvailabilities
- the value to set- Returns:
- this builder
-
build
public CreateBdsCapacityReportDetails build()
-
copy
public CreateBdsCapacityReportDetails.Builder copy(CreateBdsCapacityReportDetails model)
-
-