Class PingMonitorSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • resultsUrl

        public PingMonitorSummary.Builder resultsUrl​(String resultsUrl)
        A URL for fetching the probe results.
        Parameters:
        resultsUrl - the value to set
        Returns:
        this builder
      • homeRegion

        public PingMonitorSummary.Builder homeRegion​(String homeRegion)
        The region where updates must be made and where results must be fetched from.
        Parameters:
        homeRegion - the value to set
        Returns:
        this builder
      • timeCreated

        public PingMonitorSummary.Builder timeCreated​(Date timeCreated)
        The RFC 3339-formatted creation date and time of the probe.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • compartmentId

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

        public PingMonitorSummary.Builder displayName​(String displayName)
        A user-friendly and mutable name suitable for display in a user interface.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • intervalInSeconds

        public PingMonitorSummary.Builder intervalInSeconds​(Integer intervalInSeconds)
        The monitor interval in seconds.

        Valid values: 10, 30, and 60.

        Parameters:
        intervalInSeconds - the value to set
        Returns:
        this builder
      • isEnabled

        public PingMonitorSummary.Builder isEnabled​(Boolean isEnabled)
        Enables or disables the monitor.

        Set to ‘true’ to launch monitoring.

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

        public PingMonitorSummary.Builder freeformTags​(Map<String,​String> freeformTags)
        Free-form tags for this resource.

        Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}

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

        public PingMonitorSummary.Builder definedTags​(Map<String,​Map<String,​Object>> definedTags)
        Defined tags for this resource.

        Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

        Parameters:
        definedTags - the value to set
        Returns:
        this builder