public static final class CfnVirtualNode.LoggingFormatProperty.Builder
extends java.lang.Object
CfnVirtualNode.LoggingFormatProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnVirtualNode.LoggingFormatProperty |
build()
Builds the configured instance.
|
CfnVirtualNode.LoggingFormatProperty.Builder |
json(IResolvable json)
Sets the value of
CfnVirtualNode.LoggingFormatProperty.getJson() |
CfnVirtualNode.LoggingFormatProperty.Builder |
json(java.util.List<? extends java.lang.Object> json)
Sets the value of
CfnVirtualNode.LoggingFormatProperty.getJson() |
CfnVirtualNode.LoggingFormatProperty.Builder |
text(java.lang.String text)
Sets the value of
CfnVirtualNode.LoggingFormatProperty.getText() |
public CfnVirtualNode.LoggingFormatProperty.Builder json(IResolvable json)
CfnVirtualNode.LoggingFormatProperty.getJson()
json
- The logging format for JSON.this
public CfnVirtualNode.LoggingFormatProperty.Builder json(java.util.List<? extends java.lang.Object> json)
CfnVirtualNode.LoggingFormatProperty.getJson()
json
- The logging format for JSON.this
public CfnVirtualNode.LoggingFormatProperty.Builder text(java.lang.String text)
CfnVirtualNode.LoggingFormatProperty.getText()
text
- The logging format for text.this
public CfnVirtualNode.LoggingFormatProperty build()
CfnVirtualNode.LoggingFormatProperty
java.lang.NullPointerException
- if any required attribute was not provided