Class Mesh.Builder

  • Enclosing class:
    Mesh

    public static class Mesh.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • id

        public Mesh.Builder id​(String id)
        Unique identifier that is immutable on creation.
        Parameters:
        id - the value to set
        Returns:
        this builder
      • displayName

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

        The name does not have to be unique and can be changed after creation. Avoid entering confidential information.

        Example: My new resource

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

        public Mesh.Builder description​(String description)
        Description of the resource.

        It can be changed after creation. Avoid entering confidential information.

        Example: This is my new resource

        Parameters:
        description - the value to set
        Returns:
        this builder
      • certificateAuthorities

        public Mesh.Builder certificateAuthorities​(List<CertificateAuthority> certificateAuthorities)
        A list of certificate authority resources to use for creating leaf certificates for mTLS authentication.

        Currently we only support one certificate authority, but this may expand in future releases. Request with more than one certificate authority will be rejected.

        Parameters:
        certificateAuthorities - the value to set
        Returns:
        this builder
      • compartmentId

        public Mesh.Builder compartmentId​(String compartmentId)
        The OCID of the compartment.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • timeCreated

        public Mesh.Builder timeCreated​(Date timeCreated)
        The time when this resource was created in an RFC3339 formatted datetime string.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • timeUpdated

        public Mesh.Builder timeUpdated​(Date timeUpdated)
        The time when this resource was updated in an RFC3339 formatted datetime string.
        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder
      • lifecycleState

        public Mesh.Builder lifecycleState​(Mesh.LifecycleState lifecycleState)
        The current state of the Resource.
        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder
      • lifecycleDetails

        public Mesh.Builder lifecycleDetails​(String lifecycleDetails)
        A message describing the current state in more detail.

        For example, can be used to provide actionable information for a resource in a Failed state.

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

        public Mesh.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 Mesh.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 Mesh.Builder systemTags​(Map<String,​Map<String,​Object>> systemTags)
        Usage of system tag keys.

        These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

        Parameters:
        systemTags - the value to set
        Returns:
        this builder
      • build

        public Mesh build()