Package com.oracle.bmc.marketplace.model
Class ExportPackageDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplace.model.ExportPackageDetails.Builder
-
- Enclosing class:
- ExportPackageDetails
public static class ExportPackageDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportPackageDetails
build()
ExportPackageDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment where you want to export container image or helm chart.ExportPackageDetails.Builder
containerRepositoryPath(String containerRepositoryPath)
The repository path (/Content/General/Concepts/identifiers.htm) of the container reposistory where the container image or helm chart should be exported.ExportPackageDetails.Builder
copy(ExportPackageDetails model)
-
-
-
Method Detail
-
compartmentId
public ExportPackageDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to export container image or helm chart.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
containerRepositoryPath
public ExportPackageDetails.Builder containerRepositoryPath(String containerRepositoryPath)
The repository path (/Content/General/Concepts/identifiers.htm) of the container reposistory where the container image or helm chart should be exported.- Parameters:
containerRepositoryPath
- the value to set- Returns:
- this builder
-
build
public ExportPackageDetails build()
-
copy
public ExportPackageDetails.Builder copy(ExportPackageDetails model)
-
-