Interface QueryLoggingConfig.Builder

    • Method Detail

      • id

        QueryLoggingConfig.Builder id​(String id)

        The ID for a configuration for DNS query logging.

        Parameters:
        id - The ID for a configuration for DNS query logging.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hostedZoneId

        QueryLoggingConfig.Builder hostedZoneId​(String hostedZoneId)

        The ID of the hosted zone that CloudWatch Logs is logging queries for.

        Parameters:
        hostedZoneId - The ID of the hosted zone that CloudWatch Logs is logging queries for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cloudWatchLogsLogGroupArn

        QueryLoggingConfig.Builder cloudWatchLogsLogGroupArn​(String cloudWatchLogsLogGroupArn)

        The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.

        Parameters:
        cloudWatchLogsLogGroupArn - The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.