@Stability(value=Stable) public static final class CfnDeployment.AccessLogSettingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeployment.AccessLogSettingProperty>
CfnDeployment.AccessLogSettingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeployment.AccessLogSettingProperty |
build()
Builds the configured instance.
|
CfnDeployment.AccessLogSettingProperty.Builder |
destinationArn(String destinationArn)
Sets the value of
CfnDeployment.AccessLogSettingProperty.getDestinationArn() |
CfnDeployment.AccessLogSettingProperty.Builder |
format(String format)
Sets the value of
CfnDeployment.AccessLogSettingProperty.getFormat() |
@Stability(value=Stable) public CfnDeployment.AccessLogSettingProperty.Builder destinationArn(String destinationArn)
CfnDeployment.AccessLogSettingProperty.getDestinationArn()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- .this@Stability(value=Stable) public CfnDeployment.AccessLogSettingProperty.Builder format(String format)
CfnDeployment.AccessLogSettingProperty.getFormat()format - A single line format of the access logs of data, as specified by selected [$context variables](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-mapping-template-reference.html#context-variable-reference) . The format must include at least `$context.requestId` .this@Stability(value=Stable) public CfnDeployment.AccessLogSettingProperty build()
build in interface software.amazon.jsii.Builder<CfnDeployment.AccessLogSettingProperty>CfnDeployment.AccessLogSettingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.