Class CreateApplyActionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetsoftwareupdate.model.CreateApplyActionDetails.Builder
 
- 
- Enclosing class:
- CreateApplyActionDetails
 
 public static class CreateApplyActionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateApplyActionDetailsbuild()CreateApplyActionDetails.BuildercompartmentId(String compartmentId)CreateApplyActionDetails.Buildercopy(CreateApplyActionDetails model)CreateApplyActionDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)CreateApplyActionDetails.BuilderdisplayName(String displayName)CreateApplyActionDetails.BuilderfreeformTags(Map<String,String> freeformTags)CreateApplyActionDetails.BuilderfsuCycleId(String fsuCycleId)OCID identifier for the Exadata Fleet Update Cycle the Action will be part of.CreateApplyActionDetails.BuilderscheduleDetails(CreateScheduleDetails scheduleDetails)
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateApplyActionDetails.Builder displayName(String displayName) 
 - 
compartmentIdpublic CreateApplyActionDetails.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic CreateApplyActionDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CreateApplyActionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
fsuCycleIdpublic 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
 
 - 
scheduleDetailspublic CreateApplyActionDetails.Builder scheduleDetails(CreateScheduleDetails scheduleDetails) 
 - 
buildpublic CreateApplyActionDetails build() 
 - 
copypublic CreateApplyActionDetails.Builder copy(CreateApplyActionDetails model) 
 
- 
 
-