Class JfrAttachmentTarget.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • managedInstanceId

        public JfrAttachmentTarget.Builder managedInstanceId​(String managedInstanceId)
        OCID of the Managed Instance to collect JFR data.
        Parameters:
        managedInstanceId - the value to set
        Returns:
        this builder
      • applicationKey

        public JfrAttachmentTarget.Builder applicationKey​(String applicationKey)
        Unique key that identifies the application for JFR data collection.
        Parameters:
        applicationKey - the value to set
        Returns:
        this builder
      • applicationInstallationKey

        public JfrAttachmentTarget.Builder applicationInstallationKey​(String applicationInstallationKey)
        Unique key that identifies the application installation for JFR data collection.
        Parameters:
        applicationInstallationKey - the value to set
        Returns:
        this builder
      • jreKey

        public JfrAttachmentTarget.Builder jreKey​(String jreKey)
        Unique key that identify the JVM for JFR data collection.
        Parameters:
        jreKey - the value to set
        Returns:
        this builder