Class CfnTransformerPropsMixin.SplitStringEntryProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.logs.CfnTransformerPropsMixin.SplitStringEntryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransformerPropsMixin.SplitStringEntryProperty>
- Enclosing interface:
CfnTransformerPropsMixin.SplitStringEntryProperty
@Stability(Stable)
public static final class CfnTransformerPropsMixin.SplitStringEntryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransformerPropsMixin.SplitStringEntryProperty>
A builder for
CfnTransformerPropsMixin.SplitStringEntryProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTransformerPropsMixin.SplitStringEntryProperty.getDelimiter()Sets the value ofCfnTransformerPropsMixin.SplitStringEntryProperty.getSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
delimiter
@Stability(Stable) public CfnTransformerPropsMixin.SplitStringEntryProperty.Builder delimiter(String delimiter) Sets the value ofCfnTransformerPropsMixin.SplitStringEntryProperty.getDelimiter()- Parameters:
delimiter- The separator characters to split the string entry on.- Returns:
this
-
source
@Stability(Stable) public CfnTransformerPropsMixin.SplitStringEntryProperty.Builder source(String source) Sets the value ofCfnTransformerPropsMixin.SplitStringEntryProperty.getSource()- Parameters:
source- The key of the field to split.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransformerPropsMixin.SplitStringEntryProperty>- Returns:
- a new instance of
CfnTransformerPropsMixin.SplitStringEntryProperty - Throws:
NullPointerException- if any required attribute was not provided
-