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