Package com.oracle.bmc.bds.model
Class BdsCapacityReservationConfigurationSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.bds.model.BdsCapacityReservationConfigurationSummary.Builder
-
- Enclosing class:
- BdsCapacityReservationConfigurationSummary
public static class BdsCapacityReservationConfigurationSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BdsCapacityReservationConfigurationSummary.BuilderbdsCapacityReservationId(String bdsCapacityReservationId)The OCID of the BDS capacity reservation associated with the BDS cluster.BdsCapacityReservationConfigurationSummary.BuilderbdsInstanceId(String bdsInstanceId)The OCID of the BDS cluster associated with the BDS capacity reservation.BdsCapacityReservationConfigurationSummarybuild()BdsCapacityReservationConfigurationSummary.Buildercopy(BdsCapacityReservationConfigurationSummary model)BdsCapacityReservationConfigurationSummary.BuilderdisplayName(String displayName)The display name of the BDS capacity reservation configuration.BdsCapacityReservationConfigurationSummary.Builderid(String id)The OCID of the BDS capacity reservation configuration.BdsCapacityReservationConfigurationSummary.BuilderlifecycleState(BdsCapacityReservationConfiguration.LifecycleState lifecycleState)The lifecycle state of the BDS capacity reservation configuration.BdsCapacityReservationConfigurationSummary.BuildertimeCreated(Date timeCreated)The time the BDS capacity reservation configuration was created, shown as an RFC 3339 formatted datetime string.BdsCapacityReservationConfigurationSummary.BuildertimeUpdated(Date timeUpdated)The time the BDS capacity reservation configuration was updated, shown as an RFC 3339 formatted datetime string.
-
-
-
Method Detail
-
id
public BdsCapacityReservationConfigurationSummary.Builder id(String id)
The OCID of the BDS capacity reservation configuration.- Parameters:
id- the value to set- Returns:
- this builder
-
bdsInstanceId
public BdsCapacityReservationConfigurationSummary.Builder bdsInstanceId(String bdsInstanceId)
The OCID of the BDS cluster associated with the BDS capacity reservation.- Parameters:
bdsInstanceId- the value to set- Returns:
- this builder
-
bdsCapacityReservationId
public BdsCapacityReservationConfigurationSummary.Builder bdsCapacityReservationId(String bdsCapacityReservationId)
The OCID of the BDS capacity reservation associated with the BDS cluster.- Parameters:
bdsCapacityReservationId- the value to set- Returns:
- this builder
-
displayName
public BdsCapacityReservationConfigurationSummary.Builder displayName(String displayName)
The display name of the BDS capacity reservation configuration.- Parameters:
displayName- the value to set- Returns:
- this builder
-
lifecycleState
public BdsCapacityReservationConfigurationSummary.Builder lifecycleState(BdsCapacityReservationConfiguration.LifecycleState lifecycleState)
The lifecycle state of the BDS capacity reservation configuration.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
timeCreated
public BdsCapacityReservationConfigurationSummary.Builder timeCreated(Date timeCreated)
The time the BDS capacity reservation configuration was created, shown as an RFC 3339 formatted datetime string.- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
timeUpdated
public BdsCapacityReservationConfigurationSummary.Builder timeUpdated(Date timeUpdated)
The time the BDS capacity reservation configuration was updated, shown as an RFC 3339 formatted datetime string.- Parameters:
timeUpdated- the value to set- Returns:
- this builder
-
build
public BdsCapacityReservationConfigurationSummary build()
-
copy
public BdsCapacityReservationConfigurationSummary.Builder copy(BdsCapacityReservationConfigurationSummary model)
-
-