Class OpensearchClusterPipeline.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public OpensearchClusterPipeline.Builder displayName​(String displayName)
        The name of the pipeline.

        Avoid entering confidential information.

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

        public OpensearchClusterPipeline.Builder compartmentId​(String compartmentId)
        The OCID of the compartment where the pipeline is located.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • vcnCompartmentId

        public OpensearchClusterPipeline.Builder vcnCompartmentId​(String vcnCompartmentId)
        The OCID for the compartment where the pipeline’s VCN is located.
        Parameters:
        vcnCompartmentId - the value to set
        Returns:
        this builder
      • subnetCompartmentId

        public OpensearchClusterPipeline.Builder subnetCompartmentId​(String subnetCompartmentId)
        The OCID for the compartment where the pipeline’s subnet is located.
        Parameters:
        subnetCompartmentId - the value to set
        Returns:
        this builder
      • ocpuCount

        public OpensearchClusterPipeline.Builder ocpuCount​(Integer ocpuCount)
        The number of OCPUs configured for each pipeline node.
        Parameters:
        ocpuCount - the value to set
        Returns:
        this builder
      • pipelineConfigurationBody

        public OpensearchClusterPipeline.Builder pipelineConfigurationBody​(String pipelineConfigurationBody)
        The pipeline configuration in YAML format.

        The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with \.

        Parameters:
        pipelineConfigurationBody - the value to set
        Returns:
        this builder
      • dataPrepperConfigurationBody

        public OpensearchClusterPipeline.Builder dataPrepperConfigurationBody​(String dataPrepperConfigurationBody)
        The data prepper config in YAML format.

        The command accepts the data prepper config as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with \.

        Parameters:
        dataPrepperConfigurationBody - the value to set
        Returns:
        this builder
      • opensearchPipelineFqdn

        public OpensearchClusterPipeline.Builder opensearchPipelineFqdn​(String opensearchPipelineFqdn)
        The fully qualified domain name (FQDN) for the cluster’s API endpoint.
        Parameters:
        opensearchPipelineFqdn - the value to set
        Returns:
        this builder
      • opensearchPipelinePrivateIp

        public OpensearchClusterPipeline.Builder opensearchPipelinePrivateIp​(String opensearchPipelinePrivateIp)
        The pipeline’s private IP address.
        Parameters:
        opensearchPipelinePrivateIp - the value to set
        Returns:
        this builder
      • timeCreated

        public OpensearchClusterPipeline.Builder timeCreated​(Date timeCreated)
        The date and time the cluster pipeline was created.

        Format defined by RFC3339.

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

        public OpensearchClusterPipeline.Builder timeUpdated​(Date timeUpdated)
        The amount of time in milliseconds since the pipeline was updated.
        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder
      • nsgId

        public OpensearchClusterPipeline.Builder nsgId​(String nsgId)
        The OCID of the NSG where the pipeline private endpoint vnic will be attached.
        Parameters:
        nsgId - the value to set
        Returns:
        this builder
      • freeformTags

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