Interface AwsApiGatewayAccessLogSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsApiGatewayAccessLogSettings.Builder,AwsApiGatewayAccessLogSettings>,SdkBuilder<AwsApiGatewayAccessLogSettings.Builder,AwsApiGatewayAccessLogSettings>,SdkPojo
- Enclosing class:
- AwsApiGatewayAccessLogSettings
public static interface AwsApiGatewayAccessLogSettings.Builder extends SdkPojo, CopyableBuilder<AwsApiGatewayAccessLogSettings.Builder,AwsApiGatewayAccessLogSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsApiGatewayAccessLogSettings.BuilderdestinationArn(String destinationArn)The ARN of the CloudWatch Logs log group that receives the access logs.AwsApiGatewayAccessLogSettings.Builderformat(String format)A single-line format of the access logs of data, as specified by selected$contextvariables.-
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
AwsApiGatewayAccessLogSettings.Builder format(String format)
A single-line format of the access logs of data, as specified by selected
$contextvariables. The format must include at least$context.requestId.- Parameters:
format- A single-line format of the access logs of data, as specified by selected$contextvariables. The format must include at least$context.requestId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationArn
AwsApiGatewayAccessLogSettings.Builder destinationArn(String destinationArn)
The ARN of the CloudWatch Logs log group that receives the access logs.
- Parameters:
destinationArn- The ARN of the CloudWatch Logs log group that receives the access logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-