Class PatchingIssueEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetsoftwareupdate.model.PatchingIssueEntry.Builder
-
- Enclosing class:
- PatchingIssueEntry
public static class PatchingIssueEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchingIssueEntrybuild()PatchingIssueEntry.Buildercopy(PatchingIssueEntry model)PatchingIssueEntry.Builderdescription(String description)Description of the patching issue.PatchingIssueEntry.BuilderimpactedResourceId(String impactedResourceId)The OCID of the resource impacted by the patching issue.PatchingIssueEntry.Buildername(String name)Name of the patching issue.PatchingIssueEntry.BuilderrecommendedAction(String recommendedAction)Recommended action to perform to address or further triage the patching issue.
-
-
-
Method Detail
-
name
public PatchingIssueEntry.Builder name(String name)
Name of the patching issue.- Parameters:
name- the value to set- Returns:
- this builder
-
description
public PatchingIssueEntry.Builder description(String description)
Description of the patching issue.- Parameters:
description- the value to set- Returns:
- this builder
-
impactedResourceId
public PatchingIssueEntry.Builder impactedResourceId(String impactedResourceId)
The OCID of the resource impacted by the patching issue.- Parameters:
impactedResourceId- the value to set- Returns:
- this builder
-
recommendedAction
public PatchingIssueEntry.Builder recommendedAction(String recommendedAction)
Recommended action to perform to address or further triage the patching issue.- Parameters:
recommendedAction- the value to set- Returns:
- this builder
-
build
public PatchingIssueEntry build()
-
copy
public PatchingIssueEntry.Builder copy(PatchingIssueEntry model)
-
-