Class ExadbStackCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetsoftwareupdate.model.ExadbStackCollection.Builder
-
- Enclosing class:
- ExadbStackCollection
public static class ExadbStackCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public ExadbStackCollection.Builder id(String id)
-
displayName
public ExadbStackCollection.Builder displayName(String displayName)
-
serviceType
public ExadbStackCollection.Builder serviceType(CollectionServiceTypes serviceType)
-
compartmentId
public ExadbStackCollection.Builder compartmentId(String compartmentId)
-
activeFsuCycle
public ExadbStackCollection.Builder activeFsuCycle(ActiveCycleDetails activeFsuCycle)
-
targetCount
public ExadbStackCollection.Builder targetCount(Integer targetCount)
-
timeCreated
public ExadbStackCollection.Builder timeCreated(Date timeCreated)
-
timeUpdated
public ExadbStackCollection.Builder timeUpdated(Date timeUpdated)
-
lifecycleState
public ExadbStackCollection.Builder lifecycleState(CollectionLifecycleStates lifecycleState)
-
lifecycleDetails
public ExadbStackCollection.Builder lifecycleDetails(String lifecycleDetails)
-
lastCompletedFsuCycleId
public ExadbStackCollection.Builder lastCompletedFsuCycleId(String lastCompletedFsuCycleId)
-
freeformTags
public ExadbStackCollection.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public ExadbStackCollection.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public ExadbStackCollection.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
components
public ExadbStackCollection.Builder components(List<SoftwareComponentDetails> components)
Details of components in an Exadata software stack.- Parameters:
components
- the value to set- Returns:
- this builder
-
build
public ExadbStackCollection build()
-
copy
public ExadbStackCollection.Builder copy(ExadbStackCollection model)
-
-