Class CreateApplyActionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetsoftwareupdate.model.CreateApplyActionDetails.Builder
-
- Enclosing class:
- CreateApplyActionDetails
public static class CreateApplyActionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateApplyActionDetails
build()
CreateApplyActionDetails.Builder
compartmentId(String compartmentId)
CreateApplyActionDetails.Builder
copy(CreateApplyActionDetails model)
CreateApplyActionDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
CreateApplyActionDetails.Builder
displayName(String displayName)
CreateApplyActionDetails.Builder
freeformTags(Map<String,String> freeformTags)
CreateApplyActionDetails.Builder
fsuCycleId(String fsuCycleId)
OCID identifier for the Exadata Fleet Update Cycle the Action will be part of.CreateApplyActionDetails.Builder
scheduleDetails(CreateScheduleDetails scheduleDetails)
-
-
-
Method Detail
-
displayName
public CreateApplyActionDetails.Builder displayName(String displayName)
-
compartmentId
public CreateApplyActionDetails.Builder compartmentId(String compartmentId)
-
freeformTags
public CreateApplyActionDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateApplyActionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
fsuCycleId
public CreateApplyActionDetails.Builder fsuCycleId(String fsuCycleId)
OCID identifier for the Exadata Fleet Update Cycle the Action will be part of.- Parameters:
fsuCycleId
- the value to set- Returns:
- this builder
-
scheduleDetails
public CreateApplyActionDetails.Builder scheduleDetails(CreateScheduleDetails scheduleDetails)
-
build
public CreateApplyActionDetails build()
-
copy
public CreateApplyActionDetails.Builder copy(CreateApplyActionDetails model)
-
-