Class UpdateDrProtectionGroupRoleDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.UpdateDrProtectionGroupRoleDetails.Builder
-
- Enclosing class:
- UpdateDrProtectionGroupRoleDetails
public static class UpdateDrProtectionGroupRoleDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDrProtectionGroupRoleDetails
build()
UpdateDrProtectionGroupRoleDetails.Builder
copy(UpdateDrProtectionGroupRoleDetails model)
UpdateDrProtectionGroupRoleDetails.Builder
role(DrProtectionGroupRole role)
The new role of the DR protection group.
-
-
-
Method Detail
-
role
public UpdateDrProtectionGroupRoleDetails.Builder role(DrProtectionGroupRole role)
The new role of the DR protection group.- Parameters:
role
- the value to set- Returns:
- this builder
-
build
public UpdateDrProtectionGroupRoleDetails build()
-
copy
public UpdateDrProtectionGroupRoleDetails.Builder copy(UpdateDrProtectionGroupRoleDetails model)
-
-