Class CfnApiGatewayManagedOverridesPropsMixin.AccessLogSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.apigatewayv2.mixins.CfnApiGatewayManagedOverridesPropsMixin.AccessLogSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApiGatewayManagedOverridesPropsMixin.AccessLogSettingsProperty>
- Enclosing interface:
CfnApiGatewayManagedOverridesPropsMixin.AccessLogSettingsProperty
@Stability(Stable)
public static final class CfnApiGatewayManagedOverridesPropsMixin.AccessLogSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApiGatewayManagedOverridesPropsMixin.AccessLogSettingsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationArn(String destinationArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationArn
@Stability(Stable) public CfnApiGatewayManagedOverridesPropsMixin.AccessLogSettingsProperty.Builder destinationArn(String destinationArn) Sets the value ofCfnApiGatewayManagedOverridesPropsMixin.AccessLogSettingsProperty.getDestinationArn()- Parameters:
destinationArn- The ARN of the CloudWatch Logs log group to receive access logs.- Returns:
this
-
format
@Stability(Stable) public CfnApiGatewayManagedOverridesPropsMixin.AccessLogSettingsProperty.Builder format(String format) - 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:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApiGatewayManagedOverridesPropsMixin.AccessLogSettingsProperty>- Returns:
- a new instance of
CfnApiGatewayManagedOverridesPropsMixin.AccessLogSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-