Class CreateSecurityZoneDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • securityZoneRecipeId

        public CreateSecurityZoneDetails.Builder securityZoneRecipeId​(String securityZoneRecipeId)
        The OCID of the security zone recipe (SecurityRecipe resource) for the security zone
        Parameters:
        securityZoneRecipeId - the value to set
        Returns:
        this builder
      • compartmentId

        public CreateSecurityZoneDetails.Builder compartmentId​(String compartmentId)
        The OCID of the compartment for the security zone
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • isInheritanceAfterDeleteEnabled

        public CreateSecurityZoneDetails.Builder isInheritanceAfterDeleteEnabled​(Boolean isInheritanceAfterDeleteEnabled)
        Indicates if upon deletion of the security zone the comparment should inherit parent security zone
        Parameters:
        isInheritanceAfterDeleteEnabled - the value to set
        Returns:
        this builder
      • freeformTags

        public CreateSecurityZoneDetails.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”}

        Avoid entering confidential information.

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

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