public static class CreateDrPlanExecutionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDrPlanExecutionDetails |
build() |
CreateDrPlanExecutionDetails.Builder |
copy(CreateDrPlanExecutionDetails model) |
CreateDrPlanExecutionDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateDrPlanExecutionDetails.Builder |
displayName(String displayName)
The display name of the DR plan execution.
|
CreateDrPlanExecutionDetails.Builder |
executionOptions(DrPlanExecutionOptionDetails executionOptions) |
CreateDrPlanExecutionDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateDrPlanExecutionDetails.Builder |
planId(String planId)
The OCID of the DR plan.
|
public CreateDrPlanExecutionDetails.Builder displayName(String displayName)
The display name of the DR plan execution.
Example: Execution - EBS Switchover PHX to IAD
displayName
- the value to setpublic CreateDrPlanExecutionDetails.Builder planId(String planId)
The OCID of the DR plan.
Example: ocid1.drplan.oc1..uniqueID
planId
- the value to setpublic CreateDrPlanExecutionDetails.Builder executionOptions(DrPlanExecutionOptionDetails executionOptions)
public CreateDrPlanExecutionDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic CreateDrPlanExecutionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic CreateDrPlanExecutionDetails build()
public CreateDrPlanExecutionDetails.Builder copy(CreateDrPlanExecutionDetails model)
Copyright © 2016–2024. All rights reserved.