Uses of Class
software.amazon.awscdk.services.logs.ParseKeyValueProperty.Builder
Packages that use ParseKeyValueProperty.Builder
-
Uses of ParseKeyValueProperty.Builder in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return ParseKeyValueProperty.BuilderModifier and TypeMethodDescriptionParseKeyValueProperty.builder()
ParseKeyValueProperty.Builder.destination
(String destination) Sets the value ofParseKeyValueProperty.getDestination()
ParseKeyValueProperty.Builder.fieldDelimiter
(KeyValuePairDelimiter fieldDelimiter) Sets the value ofParseKeyValueProperty.getFieldDelimiter()
Sets the value ofParseKeyValueProperty.getKeyPrefix()
ParseKeyValueProperty.Builder.keyValueDelimiter
(KeyValueDelimiter keyValueDelimiter) Sets the value ofParseKeyValueProperty.getKeyValueDelimiter()
ParseKeyValueProperty.Builder.nonMatchValue
(String nonMatchValue) Sets the value ofParseKeyValueProperty.getNonMatchValue()
ParseKeyValueProperty.Builder.overwriteIfExists
(Boolean overwriteIfExists) Sets the value ofParseKeyValueProperty.getOverwriteIfExists()
Sets the value ofParseKeyValueProperty.getSource()
Constructors in software.amazon.awscdk.services.logs with parameters of type ParseKeyValueProperty.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ParseKeyValueProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theParseKeyValueProperty.Builder
.