Class PlatformSpecificArtifact.Builder
- java.lang.Object
 - 
- com.oracle.bmc.fleetappsmanagement.model.PlatformSpecificArtifact.Builder
 
 
- 
- Enclosing class:
 - PlatformSpecificArtifact
 
public static class PlatformSpecificArtifact.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformSpecificArtifact.Builderarchitecture(PlatformSpecificArtifact.Architecture architecture)System architecture.PlatformSpecificArtifactbuild()PlatformSpecificArtifact.Buildercontent(PatchFileContentDetails content)PlatformSpecificArtifact.Buildercopy(PlatformSpecificArtifact model)PlatformSpecificArtifact.BuilderosType(PlatformSpecificArtifact.OsType osType)The OS type the patch is applicable for. 
 - 
 
- 
- 
Method Detail
- 
content
public PlatformSpecificArtifact.Builder content(PatchFileContentDetails content)
 
- 
osType
public PlatformSpecificArtifact.Builder osType(PlatformSpecificArtifact.OsType osType)
The OS type the patch is applicable for.- Parameters:
 osType- the value to set- Returns:
 - this builder
 
 
- 
architecture
public PlatformSpecificArtifact.Builder architecture(PlatformSpecificArtifact.Architecture architecture)
System architecture.- Parameters:
 architecture- the value to set- Returns:
 - this builder
 
 
- 
build
public PlatformSpecificArtifact build()
 
- 
copy
public PlatformSpecificArtifact.Builder copy(PlatformSpecificArtifact model)
 
 - 
 
 -