Interface LogSettingsRequest.Builder

    • Method Detail

      • logType

        LogSettingsRequest.Builder logType​(String logType)

        The type of logging to enable. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.

        Parameters:
        logType - The type of logging to enable. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LogType, LogType
      • logType

        LogSettingsRequest.Builder logType​(LogType logType)

        The type of logging to enable. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.

        Parameters:
        logType - The type of logging to enable. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LogType, LogType
      • destination

        LogSettingsRequest.Builder destination​(String destination)

        Where the logs will be delivered. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.

        Parameters:
        destination - Where the logs will be delivered. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Destination, Destination
      • destination

        LogSettingsRequest.Builder destination​(Destination destination)

        Where the logs will be delivered. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.

        Parameters:
        destination - Where the logs will be delivered. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Destination, Destination
      • kmsKeyArn

        LogSettingsRequest.Builder kmsKeyArn​(String kmsKeyArn)

        The Amazon Resource Name (ARN) of the AWS KMS customer managed key for encrypting audio logs delivered to an S3 bucket. The key does not apply to CloudWatch Logs and is optional for S3 buckets.

        Parameters:
        kmsKeyArn - The Amazon Resource Name (ARN) of the AWS KMS customer managed key for encrypting audio logs delivered to an S3 bucket. The key does not apply to CloudWatch Logs and is optional for S3 buckets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceArn

        LogSettingsRequest.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs should be delivered.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs should be delivered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.