public static interface AwsApiGatewayAccessLogSettings.Builder extends SdkPojo, CopyableBuilder<AwsApiGatewayAccessLogSettings.Builder,AwsApiGatewayAccessLogSettings>
Modifier and Type | Method and Description |
---|---|
AwsApiGatewayAccessLogSettings.Builder |
destinationArn(String destinationArn)
The ARN of the CloudWatch Logs log group that receives the access logs.
|
AwsApiGatewayAccessLogSettings.Builder |
format(String format)
A single-line format of the access logs of data, as specified by selected
$context variables. |
equalsBySdkFields, sdkFields
copy
applyMutation, build
AwsApiGatewayAccessLogSettings.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
.
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
.AwsApiGatewayAccessLogSettings.Builder destinationArn(String destinationArn)
The ARN of the CloudWatch Logs log group that receives the access logs.
destinationArn
- The ARN of the CloudWatch Logs log group that receives the access logs.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.