Package com.oracle.bmc.recovery.model
Class RecoveryServiceSubnetDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.recovery.model.RecoveryServiceSubnetDetails.Builder
-
- Enclosing class:
- RecoveryServiceSubnetDetails
public static class RecoveryServiceSubnetDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecoveryServiceSubnetDetails
build()
RecoveryServiceSubnetDetails.Builder
copy(RecoveryServiceSubnetDetails model)
RecoveryServiceSubnetDetails.Builder
lifecycleState(LifecycleState lifecycleState)
The current state of the Recovery Service Subnet.RecoveryServiceSubnetDetails.Builder
recoveryServiceSubnetId(String recoveryServiceSubnetId)
Recovery Service Subnet Identifier.
-
-
-
Method Detail
-
recoveryServiceSubnetId
public RecoveryServiceSubnetDetails.Builder recoveryServiceSubnetId(String recoveryServiceSubnetId)
Recovery Service Subnet Identifier.- Parameters:
recoveryServiceSubnetId
- the value to set- Returns:
- this builder
-
lifecycleState
public RecoveryServiceSubnetDetails.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the Recovery Service Subnet.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
build
public RecoveryServiceSubnetDetails build()
-
copy
public RecoveryServiceSubnetDetails.Builder copy(RecoveryServiceSubnetDetails model)
-
-