Class StringMutatorProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.StringMutatorProps.Jsii$Proxy
All Implemented Interfaces:
BaseProcessorProps, StringMutatorProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
StringMutatorProps

@Stability(Stable) @Internal public static final class StringMutatorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StringMutatorProps
An implementation for StringMutatorProps
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(StringMutatorProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the StringMutatorProps.Builder.
  • Method Details

    • getType

      public final StringMutatorType getType()
      Description copied from interface: StringMutatorProps
      The type of string mutation operation.
      Specified by:
      getType in interface StringMutatorProps
    • getLowerCaseKeys

      public final List<String> getLowerCaseKeys()
      Description copied from interface: StringMutatorProps
      Keys for strings to convert to lowercase.

      Required when type is LOWER_CASE.

      Default: - No lowercase processor is created if props not set

      Specified by:
      getLowerCaseKeys in interface StringMutatorProps
    • getSplitOptions

      public final SplitStringProperty getSplitOptions()
      Description copied from interface: StringMutatorProps
      Options for string splitting.

      Required when type is SPLIT.

      Default: - No string splitting processor is created if props not set

      Specified by:
      getSplitOptions in interface StringMutatorProps
    • getSubstituteOptions

      public final SubstituteStringProperty getSubstituteOptions()
      Description copied from interface: StringMutatorProps
      Options for string substitution.

      Required when type is SUBSTITUTE.

      Default: - No string substitution processor is created if props not set

      Specified by:
      getSubstituteOptions in interface StringMutatorProps
    • getTrimKeys

      public final List<String> getTrimKeys()
      Description copied from interface: StringMutatorProps
      Keys for strings to trim.

      Required when type is TRIM.

      Default: - No trim processor is created if props not set

      Specified by:
      getTrimKeys in interface StringMutatorProps
    • getUpperCaseKeys

      public final List<String> getUpperCaseKeys()
      Description copied from interface: StringMutatorProps
      Keys for strings to convert to uppercase.

      Required when type is UPPER_CASE.

      Default: - No uppercase processor is created if props not set

      Specified by:
      getUpperCaseKeys in interface StringMutatorProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object