Class CreateBatchJobPoolDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

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

        Does not have to be unique, and it’s changeable. If not specified or provided as null or empty string, it be generated as “”, where timeCreated corresponds with the resource creation time in ISO 8601 basic format, i.e. omitting separating punctuation, at second-level precision and no UTC offset. Example: batchjobpool20250914115623.

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

        public CreateBatchJobPoolDetails.Builder batchContextId​(String batchContextId)
        The OCID of batch context.
        Parameters:
        batchContextId - the value to set
        Returns:
        this builder
      • description

        public CreateBatchJobPoolDetails.Builder description​(String description)
        Summarized information about the batch job pool.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • freeformTags

        public CreateBatchJobPoolDetails.Builder freeformTags​(Map<String,​String> freeformTags)
        Free-form tags for this resource.

        Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

        Example: {"Department": "Finance"}

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

        public CreateBatchJobPoolDetails.Builder definedTags​(Map<String,​Map<String,​Object>> definedTags)
        Defined tags for this resource.

        Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

        Example: {"Operations": {"CostCenter": "42"}}

        Parameters:
        definedTags - the value to set
        Returns:
        this builder