Class PrivateEndpointSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • description

        public PrivateEndpointSummary.Builder description​(String description)
        PrivateEndpoint description.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • compartmentId

        public PrivateEndpointSummary.Builder compartmentId​(String compartmentId)
        Identifier of the compartment where private endpoint exists.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • subnetId

        public PrivateEndpointSummary.Builder subnetId​(String subnetId)
        Identifier of the customer subnet against which private endpoint is created.
        Parameters:
        subnetId - the value to set
        Returns:
        this builder
      • displayName

        public PrivateEndpointSummary.Builder displayName​(String displayName)
        Private endpoint display name.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • nsgIds

        public PrivateEndpointSummary.Builder nsgIds​(List<String> nsgIds)
        The OCIDs of the network security groups that the private endpoint belongs to.
        Parameters:
        nsgIds - the value to set
        Returns:
        this builder
      • timeCreated

        public PrivateEndpointSummary.Builder timeCreated​(Date timeCreated)
        The time the the private endpoint was created.

        An RFC3339 formatted datetime string

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

        public PrivateEndpointSummary.Builder timeUpdated​(Date timeUpdated)
        The time the private endpoint was last updated.

        An RFC3339 formatted datetime string

        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder
      • lifecycleStateDetails

        public PrivateEndpointSummary.Builder lifecycleStateDetails​(String lifecycleStateDetails)
        Detailed message for the lifecycle state.
        Parameters:
        lifecycleStateDetails - the value to set
        Returns:
        this builder
      • freeformTags

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