Interface HttpsNotificationConfiguration.Builder

    • Method Detail

      • authorizationApiKeyName

        HttpsNotificationConfiguration.Builder authorizationApiKeyName​(String authorizationApiKeyName)

        The key name for the notification subscription.

        Parameters:
        authorizationApiKeyName - The key name for the notification subscription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authorizationApiKeyValue

        HttpsNotificationConfiguration.Builder authorizationApiKeyValue​(String authorizationApiKeyValue)

        The key value for the notification subscription.

        Parameters:
        authorizationApiKeyValue - The key value for the notification subscription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoint

        HttpsNotificationConfiguration.Builder endpoint​(String endpoint)

        The subscription endpoint in Security Lake. If you prefer notification with an HTTPs endpoint, populate this field.

        Parameters:
        endpoint - The subscription endpoint in Security Lake. If you prefer notification with an HTTPs endpoint, populate this field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • httpMethod

        HttpsNotificationConfiguration.Builder httpMethod​(String httpMethod)

        The HTTPS method used for the notification subscription.

        Parameters:
        httpMethod - The HTTPS method used for the notification subscription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HttpMethod, HttpMethod
      • httpMethod

        HttpsNotificationConfiguration.Builder httpMethod​(HttpMethod httpMethod)

        The HTTPS method used for the notification subscription.

        Parameters:
        httpMethod - The HTTPS method used for the notification subscription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HttpMethod, HttpMethod