Class CreateProvisionDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public CreateProvisionDetails.Builder displayName​(String displayName)
        A user-friendly name.

        Does not have to be unique, and it’s changeable. Avoid entering confidential information.

        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • provisionDescription

        public CreateProvisionDetails.Builder provisionDescription​(String provisionDescription)
        A description of the provision.
        Parameters:
        provisionDescription - the value to set
        Returns:
        this builder
      • compartmentId

        public CreateProvisionDetails.Builder compartmentId​(String compartmentId)
        The OCID of the compartment to create the FamProvision in.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • packageCatalogItemId

        public CreateProvisionDetails.Builder packageCatalogItemId​(String packageCatalogItemId)
        The OCID of the Catalog Item.
        Parameters:
        packageCatalogItemId - the value to set
        Returns:
        this builder
      • configCatalogItemId

        public CreateProvisionDetails.Builder configCatalogItemId​(String configCatalogItemId)
        A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
        Parameters:
        configCatalogItemId - the value to set
        Returns:
        this builder
      • tfVariableTenancyId

        public CreateProvisionDetails.Builder tfVariableTenancyId​(String tfVariableTenancyId)
        A mandatory variable added to a list of RMS variables for createStack API.

        Overrides the one supplied in configuration file.

        Parameters:
        tfVariableTenancyId - the value to set
        Returns:
        this builder
      • tfVariableRegionId

        public CreateProvisionDetails.Builder tfVariableRegionId​(String tfVariableRegionId)
        A mandatory variable added to a list of RMS variables for createStack API.

        Overrides the one supplied in configuration file.

        Parameters:
        tfVariableRegionId - the value to set
        Returns:
        this builder
      • tfVariableCurrentUserId

        public CreateProvisionDetails.Builder tfVariableCurrentUserId​(String tfVariableCurrentUserId)
        An optional variable added to a list of RMS variables for createStack API.

        Overrides the one supplied in configuration file.

        Parameters:
        tfVariableCurrentUserId - the value to set
        Returns:
        this builder
      • tfVariableCompartmentId

        public CreateProvisionDetails.Builder tfVariableCompartmentId​(String tfVariableCompartmentId)
        An optional variable added to a list of RMS variables for createStack API.

        Overrides the one supplied in configuration file.

        Parameters:
        tfVariableCompartmentId - the value to set
        Returns:
        this builder
      • freeformTags

        public CreateProvisionDetails.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 CreateProvisionDetails.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