Interface LoggingConfig.Builder

    • Method Detail

      • cloudWatchConfig

        LoggingConfig.Builder cloudWatchConfig​(CloudWatchConfig cloudWatchConfig)

        CloudWatch logging configuration.

        Parameters:
        cloudWatchConfig - CloudWatch logging configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Config

        LoggingConfig.Builder s3Config​(S3Config s3Config)

        S3 configuration for storing log data.

        Parameters:
        s3Config - S3 configuration for storing log data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • textDataDeliveryEnabled

        LoggingConfig.Builder textDataDeliveryEnabled​(Boolean textDataDeliveryEnabled)

        Set to include text data in the log delivery.

        Parameters:
        textDataDeliveryEnabled - Set to include text data in the log delivery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageDataDeliveryEnabled

        LoggingConfig.Builder imageDataDeliveryEnabled​(Boolean imageDataDeliveryEnabled)

        Set to include image data in the log delivery.

        Parameters:
        imageDataDeliveryEnabled - Set to include image data in the log delivery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • embeddingDataDeliveryEnabled

        LoggingConfig.Builder embeddingDataDeliveryEnabled​(Boolean embeddingDataDeliveryEnabled)

        Set to include embeddings data in the log delivery.

        Parameters:
        embeddingDataDeliveryEnabled - Set to include embeddings data in the log delivery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.