Interface AwsApiGatewayV2RouteSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AwsApiGatewayV2RouteSettings.Builder,AwsApiGatewayV2RouteSettings>, SdkBuilder<AwsApiGatewayV2RouteSettings.Builder,AwsApiGatewayV2RouteSettings>, SdkPojo
Enclosing class:
AwsApiGatewayV2RouteSettings

public static interface AwsApiGatewayV2RouteSettings.Builder extends SdkPojo, CopyableBuilder<AwsApiGatewayV2RouteSettings.Builder,AwsApiGatewayV2RouteSettings>
  • Method Details

    • detailedMetricsEnabled

      AwsApiGatewayV2RouteSettings.Builder detailedMetricsEnabled(Boolean detailedMetricsEnabled)

      Indicates whether detailed metrics are enabled.

      Parameters:
      detailedMetricsEnabled - Indicates whether detailed metrics are enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • loggingLevel

      AwsApiGatewayV2RouteSettings.Builder loggingLevel(String loggingLevel)

      The logging level. The logging level affects the log entries that are pushed to CloudWatch Logs. Supported only for WebSocket APIs.

      If the logging level is ERROR, then the logs only include error-level entries.

      If the logging level is INFO, then the logs include both ERROR events and extra informational events.

      Valid values: OFF | ERROR | INFO

      Parameters:
      loggingLevel - The logging level. The logging level affects the log entries that are pushed to CloudWatch Logs. Supported only for WebSocket APIs.

      If the logging level is ERROR, then the logs only include error-level entries.

      If the logging level is INFO, then the logs include both ERROR events and extra informational events.

      Valid values: OFF | ERROR | INFO

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

      AwsApiGatewayV2RouteSettings.Builder dataTraceEnabled(Boolean dataTraceEnabled)

      Indicates whether data trace logging is enabled. Data trace logging affects the log entries that are pushed to CloudWatch Logs. Supported only for WebSocket APIs.

      Parameters:
      dataTraceEnabled - Indicates whether data trace logging is enabled. Data trace logging affects the log entries that are pushed to CloudWatch Logs. Supported only for WebSocket APIs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • throttlingBurstLimit

      AwsApiGatewayV2RouteSettings.Builder throttlingBurstLimit(Integer throttlingBurstLimit)

      The throttling burst limit.

      Parameters:
      throttlingBurstLimit - The throttling burst limit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • throttlingRateLimit

      AwsApiGatewayV2RouteSettings.Builder throttlingRateLimit(Double throttlingRateLimit)

      The throttling rate limit.

      Parameters:
      throttlingRateLimit - The throttling rate limit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.