Class GenericArtifact.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.GenericArtifact.Builder
-
- Enclosing class:
- GenericArtifact
public static class GenericArtifact.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericArtifact
build()
GenericArtifact.Builder
content(ContentDetails content)
GenericArtifact.Builder
copy(GenericArtifact model)
-
-
-
Method Detail
-
content
public GenericArtifact.Builder content(ContentDetails content)
-
build
public GenericArtifact build()
-
copy
public GenericArtifact.Builder copy(GenericArtifact model)
-
-