public static class CreateApplyActionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
public CreateApplyActionDetails.Builder displayName(String displayName)
public CreateApplyActionDetails.Builder compartmentId(String compartmentId)
public CreateApplyActionDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateApplyActionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateApplyActionDetails.Builder fsuCycleId(String fsuCycleId)
OCID identifier for the Exadata Fleet Update Cycle the Action will be part of.
fsuCycleId
- the value to setpublic CreateApplyActionDetails.Builder scheduleDetails(CreateScheduleDetails scheduleDetails)
public CreateApplyActionDetails build()
public CreateApplyActionDetails.Builder copy(CreateApplyActionDetails model)
Copyright © 2016–2024. All rights reserved.