Class LoggingFormatConfig.Builder
java.lang.Object
software.amazon.awscdk.services.appmesh.LoggingFormatConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LoggingFormatConfig>
- Enclosing interface:
LoggingFormatConfig
@Stability(Stable)
public static final class LoggingFormatConfig.Builder
extends Object
implements software.amazon.jsii.Builder<LoggingFormatConfig>
A builder for
LoggingFormatConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.formatConfig
(CfnVirtualNode.LoggingFormatProperty formatConfig) Sets the value ofLoggingFormatConfig.getFormatConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
formatConfig
@Stability(Stable) public LoggingFormatConfig.Builder formatConfig(CfnVirtualNode.LoggingFormatProperty formatConfig) Sets the value ofLoggingFormatConfig.getFormatConfig()
- Parameters:
formatConfig
- CFN configuration for Access Logging Format.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<LoggingFormatConfig>
- Returns:
- a new instance of
LoggingFormatConfig
- Throws:
NullPointerException
- if any required attribute was not provided
-