Class IngressGatewayRouteTable.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • ingressGatewayId

        public IngressGatewayRouteTable.Builder ingressGatewayId​(String ingressGatewayId)
        The OCID of the ingress gateway.
        Parameters:
        ingressGatewayId - the value to set
        Returns:
        this builder
      • name

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

        The name must be unique within the same ingress gateway and cannot be changed after creation. Avoid entering confidential information.

        Example: My unique resource name

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

        public IngressGatewayRouteTable.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
      • priority

        public IngressGatewayRouteTable.Builder priority​(Integer priority)
        The priority of the route table.

        A lower value means a higher priority. The routes are declared based on the priority.

        Parameters:
        priority - the value to set
        Returns:
        this builder
      • timeCreated

        public IngressGatewayRouteTable.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 IngressGatewayRouteTable.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
      • lifecycleDetails

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