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