public static class ExportPackageDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
public ExportPackageDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to export container image or helm chart.
compartmentId
- the value to setpublic 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.
containerRepositoryPath
- the value to setpublic ExportPackageDetails build()
public ExportPackageDetails.Builder copy(ExportPackageDetails model)
Copyright © 2016–2024. All rights reserved.