Class ProductStackAsProductSubCategoryDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.ProductStackAsProductSubCategoryDetails.Builder
-
- Enclosing class:
- ProductStackAsProductSubCategoryDetails
public static class ProductStackAsProductSubCategoryDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProductStackAsProductSubCategoryDetailsbuild()ProductStackAsProductSubCategoryDetails.Buildercomponents(List<String> components)Various components of the Product.ProductStackAsProductSubCategoryDetails.Buildercopy(ProductStackAsProductSubCategoryDetails model)ProductStackAsProductSubCategoryDetails.Buildercredentials(List<ConfigAssociationDetails> credentials)OCID for the Credential name to be associated with the Product Stack.ProductStackAsProductSubCategoryDetails.BuilderpatchTypes(List<ConfigAssociationDetails> patchTypes)Patch Types associated with this Product Stack which will be considered as Product.ProductStackAsProductSubCategoryDetails.Builderversions(List<String> versions)Versions associated with the PRODUCT .
-
-
-
Method Detail
-
versions
public ProductStackAsProductSubCategoryDetails.Builder versions(List<String> versions)
Versions associated with the PRODUCT .- Parameters:
versions- the value to set- Returns:
- this builder
-
credentials
public ProductStackAsProductSubCategoryDetails.Builder credentials(List<ConfigAssociationDetails> credentials)
OCID for the Credential name to be associated with the Product Stack.These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
- Parameters:
credentials- the value to set- Returns:
- this builder
-
components
public ProductStackAsProductSubCategoryDetails.Builder components(List<String> components)
Various components of the Product.For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
- Parameters:
components- the value to set- Returns:
- this builder
-
patchTypes
public ProductStackAsProductSubCategoryDetails.Builder patchTypes(List<ConfigAssociationDetails> patchTypes)
Patch Types associated with this Product Stack which will be considered as Product.- Parameters:
patchTypes- the value to set- Returns:
- this builder
-
build
public ProductStackAsProductSubCategoryDetails build()
-
copy
public ProductStackAsProductSubCategoryDetails.Builder copy(ProductStackAsProductSubCategoryDetails model)
-
-