Interface ServiceConnectAccessLogConfiguration.Builder

  • Method Details

    • format

      The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.

      Parameters:
      format - The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.

      Parameters:
      format - The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • includeQueryParameters

      ServiceConnectAccessLogConfiguration.Builder includeQueryParameters(String includeQueryParameters)

      Specifies whether to include query parameters in Service Connect access logs.

      When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is DISABLED.

      Parameters:
      includeQueryParameters - Specifies whether to include query parameters in Service Connect access logs.

      When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is DISABLED.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • includeQueryParameters

      Specifies whether to include query parameters in Service Connect access logs.

      When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is DISABLED.

      Parameters:
      includeQueryParameters - Specifies whether to include query parameters in Service Connect access logs.

      When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is DISABLED.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: