Interface AccessLogSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccessLogSettings.Builder,AccessLogSettings>,SdkBuilder<AccessLogSettings.Builder,AccessLogSettings>,SdkPojo
- Enclosing class:
- AccessLogSettings
public static interface AccessLogSettings.Builder extends SdkPojo, CopyableBuilder<AccessLogSettings.Builder,AccessLogSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessLogSettings.BuilderdestinationArn(String destinationArn)The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs.AccessLogSettings.Builderformat(String format)A single line format of the access logs of data, as specified by selected $context variables.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
format
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationArn
AccessLogSettings.Builder destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with
amazon-apigateway-.- Parameters:
destinationArn- The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin withamazon-apigateway-.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-