public static interface AwsApiGatewayV2RouteSettings.Builder extends SdkPojo, CopyableBuilder<AwsApiGatewayV2RouteSettings.Builder,AwsApiGatewayV2RouteSettings>
| Modifier and Type | Method and Description |
|---|---|
AwsApiGatewayV2RouteSettings.Builder |
dataTraceEnabled(Boolean dataTraceEnabled)
Indicates whether data trace logging is enabled.
|
AwsApiGatewayV2RouteSettings.Builder |
detailedMetricsEnabled(Boolean detailedMetricsEnabled)
Indicates whether detailed metrics are enabled.
|
AwsApiGatewayV2RouteSettings.Builder |
loggingLevel(String loggingLevel)
The logging level.
|
AwsApiGatewayV2RouteSettings.Builder |
throttlingBurstLimit(Integer throttlingBurstLimit)
The throttling burst limit.
|
AwsApiGatewayV2RouteSettings.Builder |
throttlingRateLimit(Double throttlingRateLimit)
The throttling rate limit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsApiGatewayV2RouteSettings.Builder detailedMetricsEnabled(Boolean detailedMetricsEnabled)
Indicates whether detailed metrics are enabled.
detailedMetricsEnabled - Indicates whether detailed metrics are enabled.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
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
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.
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.AwsApiGatewayV2RouteSettings.Builder throttlingBurstLimit(Integer throttlingBurstLimit)
The throttling burst limit.
throttlingBurstLimit - The throttling burst limit.AwsApiGatewayV2RouteSettings.Builder throttlingRateLimit(Double throttlingRateLimit)
The throttling rate limit.
throttlingRateLimit - The throttling rate limit.Copyright © 2023. All rights reserved.