Uses of Class
software.amazon.awscdk.services.logs.StringMutatorProps.Builder
Packages that use StringMutatorProps.Builder
-
Uses of StringMutatorProps.Builder in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return StringMutatorProps.BuilderModifier and TypeMethodDescriptionstatic StringMutatorProps.Builder
StringMutatorProps.builder()
StringMutatorProps.Builder.lowerCaseKeys
(List<String> lowerCaseKeys) Sets the value ofStringMutatorProps.getLowerCaseKeys()
StringMutatorProps.Builder.splitOptions
(SplitStringProperty splitOptions) Sets the value ofStringMutatorProps.getSplitOptions()
StringMutatorProps.Builder.substituteOptions
(SubstituteStringProperty substituteOptions) Sets the value ofStringMutatorProps.getSubstituteOptions()
Sets the value ofStringMutatorProps.getTrimKeys()
StringMutatorProps.Builder.type
(StringMutatorType type) Sets the value ofStringMutatorProps.getType()
StringMutatorProps.Builder.upperCaseKeys
(List<String> upperCaseKeys) Sets the value ofStringMutatorProps.getUpperCaseKeys()
Constructors in software.amazon.awscdk.services.logs with parameters of type StringMutatorProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(StringMutatorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theStringMutatorProps.Builder
.