Class GenerateArtifactDownloadUrlDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.jmsjavadownloads.model.GenerateArtifactDownloadUrlDetails.Builder
-
- Enclosing class:
- GenerateArtifactDownloadUrlDetails
public static class GenerateArtifactDownloadUrlDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateArtifactDownloadUrlDetails.Builder
artifactId(Long artifactId)
Unique identifier for the Java runtime artifact.GenerateArtifactDownloadUrlDetails
build()
GenerateArtifactDownloadUrlDetails.Builder
compartmentId(String compartmentId)
The tenancy OCID of the user initiating the download.GenerateArtifactDownloadUrlDetails.Builder
copy(GenerateArtifactDownloadUrlDetails model)
-
-
-
Method Detail
-
compartmentId
public GenerateArtifactDownloadUrlDetails.Builder compartmentId(String compartmentId)
The tenancy OCID of the user initiating the download.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
artifactId
public GenerateArtifactDownloadUrlDetails.Builder artifactId(Long artifactId)
Unique identifier for the Java runtime artifact.- Parameters:
artifactId
- the value to set- Returns:
- this builder
-
build
public GenerateArtifactDownloadUrlDetails build()
-
copy
public GenerateArtifactDownloadUrlDetails.Builder copy(GenerateArtifactDownloadUrlDetails model)
-
-