Class ConfigureCatalogItemDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.ConfigureCatalogItemDetails.Builder
-
- Enclosing class:
- ConfigureCatalogItemDetails
public static class ConfigureCatalogItemDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigureCatalogItemDetails.BuilderbucketName(String bucketName)The name of the Object Storage bucket that contains the catalog item configuration object.ConfigureCatalogItemDetailsbuild()ConfigureCatalogItemDetails.BuildercatalogListingId(String catalogListingId)The unique identifier of the catalog listing to which configuration applies.ConfigureCatalogItemDetails.BuildercatalogListingVersionId(String catalogListingVersionId)The unique identifier for the specific version of the catalog listing.ConfigureCatalogItemDetails.BuildercompartmentId(String compartmentId)OCID of the Compartment.ConfigureCatalogItemDetails.Buildercopy(ConfigureCatalogItemDetails model)ConfigureCatalogItemDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ConfigureCatalogItemDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.ConfigureCatalogItemDetails.BuilderinputVariables(List<KeyValueProperty> inputVariables)Array of key value pairs specifying variables or parameters to be used when configuring the catalog item.ConfigureCatalogItemDetails.BuilderobjectName(String objectName)The name of the object file in the specified bucket containing catalog item configuration details.ConfigureCatalogItemDetails.BuilderstorageNamespace(String storageNamespace)The Oracle Cloud Object Storage namespace where the artifact or variables are stored.ConfigureCatalogItemDetails.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.
-
-
-
Method Detail
-
storageNamespace
public ConfigureCatalogItemDetails.Builder storageNamespace(String storageNamespace)
The Oracle Cloud Object Storage namespace where the artifact or variables are stored.- Parameters:
storageNamespace- the value to set- Returns:
- this builder
-
bucketName
public ConfigureCatalogItemDetails.Builder bucketName(String bucketName)
The name of the Object Storage bucket that contains the catalog item configuration object.- Parameters:
bucketName- the value to set- Returns:
- this builder
-
objectName
public ConfigureCatalogItemDetails.Builder objectName(String objectName)
The name of the object file in the specified bucket containing catalog item configuration details.- Parameters:
objectName- the value to set- Returns:
- this builder
-
compartmentId
public ConfigureCatalogItemDetails.Builder compartmentId(String compartmentId)
OCID of the Compartment.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
catalogListingId
public ConfigureCatalogItemDetails.Builder catalogListingId(String catalogListingId)
The unique identifier of the catalog listing to which configuration applies.- Parameters:
catalogListingId- the value to set- Returns:
- this builder
-
catalogListingVersionId
public ConfigureCatalogItemDetails.Builder catalogListingVersionId(String catalogListingVersionId)
The unique identifier for the specific version of the catalog listing.- Parameters:
catalogListingVersionId- the value to set- Returns:
- this builder
-
inputVariables
public ConfigureCatalogItemDetails.Builder inputVariables(List<KeyValueProperty> inputVariables)
Array of key value pairs specifying variables or parameters to be used when configuring the catalog item.- Parameters:
inputVariables- the value to set- Returns:
- this builder
-
freeformTags
public ConfigureCatalogItemDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public ConfigureCatalogItemDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
systemTags
public ConfigureCatalogItemDetails.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
build
public ConfigureCatalogItemDetails build()
-
copy
public ConfigureCatalogItemDetails.Builder copy(ConfigureCatalogItemDetails model)
-
-