Class CfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty>
- Enclosing interface:
CfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty
@Stability(Stable)
public static final class CfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty.getAccessLog()accessLog(IResolvable accessLog) Sets the value ofCfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty.getAccessLog()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accessLog
@Stability(Stable) public CfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty.Builder accessLog(IResolvable accessLog) Sets the value ofCfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty.getAccessLog()- Parameters:
accessLog- The access log configuration.- Returns:
this
-
accessLog
@Stability(Stable) public CfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty.Builder accessLog(CfnVirtualGatewayPropsMixin.VirtualGatewayAccessLogProperty accessLog) Sets the value ofCfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty.getAccessLog()- Parameters:
accessLog- The access log configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty>- Returns:
- a new instance of
CfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty - Throws:
NullPointerException- if any required attribute was not provided
-