Class FsuReadinessCheckSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetsoftwareupdate.model.FsuReadinessCheckSummary.Builder
-
- Enclosing class:
- FsuReadinessCheckSummary
public static class FsuReadinessCheckSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FsuReadinessCheckSummarybuild()FsuReadinessCheckSummary.BuildercompartmentId(String compartmentId)The OCID of the Compartment.FsuReadinessCheckSummary.Buildercopy(FsuReadinessCheckSummary model)FsuReadinessCheckSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.FsuReadinessCheckSummary.BuilderdisplayName(String displayName)The user-friendly name for the Exadata Fleet Update Readiness Check resource.FsuReadinessCheckSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.FsuReadinessCheckSummary.Builderid(String id)The OCID of the Exadata Fleet Update Readiness Check.FsuReadinessCheckSummary.BuilderissueCount(Integer issueCount)Number of issues found during the Exadata Fleet Update Readiness Check run.FsuReadinessCheckSummary.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.FsuReadinessCheckSummary.BuilderlifecycleState(FsuReadinessCheck.LifecycleState lifecycleState)The current state of the Exadata Fleet Update Readiness Check.FsuReadinessCheckSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.FsuReadinessCheckSummary.BuildertimeCreated(Date timeCreated)The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.FsuReadinessCheckSummary.BuildertimeFinished(Date timeFinished)The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.FsuReadinessCheckSummary.BuildertimeUpdated(Date timeUpdated)The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.FsuReadinessCheckSummary.Buildertype(FsuReadinessCheck.Type type)Type of Exadata Fleet Update Readiness Check.
-
-
-
Method Detail
-
id
public FsuReadinessCheckSummary.Builder id(String id)
The OCID of the Exadata Fleet Update Readiness Check.- Parameters:
id- the value to set- Returns:
- this builder
-
displayName
public FsuReadinessCheckSummary.Builder displayName(String displayName)
The user-friendly name for the Exadata Fleet Update Readiness Check resource.- Parameters:
displayName- the value to set- Returns:
- this builder
-
compartmentId
public FsuReadinessCheckSummary.Builder compartmentId(String compartmentId)
The OCID of the Compartment.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
type
public FsuReadinessCheckSummary.Builder type(FsuReadinessCheck.Type type)
Type of Exadata Fleet Update Readiness Check.- Parameters:
type- the value to set- Returns:
- this builder
-
issueCount
public FsuReadinessCheckSummary.Builder issueCount(Integer issueCount)
Number of issues found during the Exadata Fleet Update Readiness Check run.- Parameters:
issueCount- the value to set- Returns:
- this builder
-
timeCreated
public FsuReadinessCheckSummary.Builder timeCreated(Date timeCreated)
The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
timeUpdated
public FsuReadinessCheckSummary.Builder timeUpdated(Date timeUpdated)
The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.- Parameters:
timeUpdated- the value to set- Returns:
- this builder
-
timeFinished
public FsuReadinessCheckSummary.Builder timeFinished(Date timeFinished)
The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.- Parameters:
timeFinished- the value to set- Returns:
- this builder
-
lifecycleState
public FsuReadinessCheckSummary.Builder lifecycleState(FsuReadinessCheck.LifecycleState lifecycleState)
The current state of the Exadata Fleet Update Readiness Check.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
lifecycleDetails
public FsuReadinessCheckSummary.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 FsuReadinessCheckSummary.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 FsuReadinessCheckSummary.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 FsuReadinessCheckSummary.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 FsuReadinessCheckSummary build()
-
copy
public FsuReadinessCheckSummary.Builder copy(FsuReadinessCheckSummary model)
-
-