Class UserExperienceAnalyticsBaseline.Builder

    • Method Detail

      • createdDateTime

        public UserExperienceAnalyticsBaseline.Builder createdDateTime​(OffsetDateTime createdDateTime)
        “The date the custom baseline was created. The value cannot be modified and is automatically populated when the baseline is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01- 01T00:00:00Z'. Returned by default.”
        Parameters:
        createdDateTime - value of createdDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • displayName

        public UserExperienceAnalyticsBaseline.Builder displayName​(String displayName)
        “The name of the baseline.”
        Parameters:
        displayName - value of displayName property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • isBuiltIn

        public UserExperienceAnalyticsBaseline.Builder isBuiltIn​(Boolean isBuiltIn)
        “When TRUE, indicates the current baseline is the commercial median baseline. When FALSE, indicates it is a custom baseline. FALSE by default.”
        Parameters:
        isBuiltIn - value of isBuiltIn property (as defined in service metadata)
        Returns:
        this (for method chaining)