Interface AccessLogSettings.Builder

    • Method Detail

      • format

        AccessLogSettings.Builder format​(String format)

        A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId.

        Parameters:
        format - A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationArn

        AccessLogSettings.Builder destinationArn​(String destinationArn)

        The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-.

        Parameters:
        destinationArn - The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-.
        Returns:
        Returns a reference to this object so that method calls can be chained together.