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.Builder
architecture(PlatformSpecificArtifact.Architecture architecture)
System architecture.PlatformSpecificArtifact
build()
PlatformSpecificArtifact.Builder
content(ContentDetails content)
PlatformSpecificArtifact.Builder
copy(PlatformSpecificArtifact model)
PlatformSpecificArtifact.Builder
osType(PlatformSpecificArtifact.OsType osType)
The OS type the patch is applicable for.
-
-
-
Method Detail
-
content
public PlatformSpecificArtifact.Builder content(ContentDetails 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)
-
-