Class FsuDiscovery.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetsoftwareupdate.model.FsuDiscovery.Builder
-
- Enclosing class:
- FsuDiscovery
public static class FsuDiscovery.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FsuDiscovery
build()
FsuDiscovery.Builder
compartmentId(String compartmentId)
Compartment Identifier.FsuDiscovery.Builder
copy(FsuDiscovery model)
FsuDiscovery.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.FsuDiscovery.Builder
details(DiscoveryDetails details)
FsuDiscovery.Builder
displayName(String displayName)
Exadata Fleet Update Discovery display name.FsuDiscovery.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.FsuDiscovery.Builder
id(String id)
OCID identifier for the Exadata Fleet Update Discovery.FsuDiscovery.Builder
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.FsuDiscovery.Builder
lifecycleState(DiscoveryLifecycleStates lifecycleState)
The current state of the Exadata Fleet Update Discovery.FsuDiscovery.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.FsuDiscovery.Builder
timeCreated(Date timeCreated)
The date and time the Exadata Fleet Update Discovery was created, as described in RFC 3339, section 14.29.FsuDiscovery.Builder
timeFinished(Date timeFinished)
The date and time the Exadata Fleet Update Discovery was finished, as described in RFC 3339.FsuDiscovery.Builder
timeUpdated(Date timeUpdated)
The date and time the Exadata Fleet Update Discovery was updated, as described in RFC 3339, section 14.29.
-
-
-
Method Detail
-
id
public FsuDiscovery.Builder id(String id)
OCID identifier for the Exadata Fleet Update Discovery.- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public FsuDiscovery.Builder displayName(String displayName)
Exadata Fleet Update Discovery display name.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
compartmentId
public FsuDiscovery.Builder compartmentId(String compartmentId)
Compartment Identifier.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
details
public FsuDiscovery.Builder details(DiscoveryDetails details)
-
timeCreated
public FsuDiscovery.Builder timeCreated(Date timeCreated)
The date and time the Exadata Fleet Update Discovery was created, as described in RFC 3339, section 14.29.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public FsuDiscovery.Builder timeUpdated(Date timeUpdated)
The date and time the Exadata Fleet Update Discovery was updated, as described in RFC 3339, section 14.29.- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
timeFinished
public FsuDiscovery.Builder timeFinished(Date timeFinished)
The date and time the Exadata Fleet Update Discovery was finished, as described in RFC 3339.- Parameters:
timeFinished
- the value to set- Returns:
- this builder
-
lifecycleState
public FsuDiscovery.Builder lifecycleState(DiscoveryLifecycleStates lifecycleState)
The current state of the Exadata Fleet Update Discovery.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleDetails
public FsuDiscovery.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.For example, can be used to provide actionable information for a resource in Failed state.
- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
freeformTags
public FsuDiscovery.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: {“bar-key”: “value”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public FsuDiscovery.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
systemTags
public FsuDiscovery.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags
- the value to set- Returns:
- this builder
-
build
public FsuDiscovery build()
-
copy
public FsuDiscovery.Builder copy(FsuDiscovery model)
-
-