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