Interface SplitStringEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SplitStringEntry.Builder,,SplitStringEntry> SdkBuilder<SplitStringEntry.Builder,,SplitStringEntry> SdkPojo
- Enclosing class:
SplitStringEntry
@Mutable
@NotThreadSafe
public static interface SplitStringEntry.Builder
extends SdkPojo, CopyableBuilder<SplitStringEntry.Builder,SplitStringEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe separator characters to split the string entry on.The key of the field to split.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
source
The key of the field to split.
- Parameters:
source- The key of the field to split.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
delimiter
The separator characters to split the string entry on.
- Parameters:
delimiter- The separator characters to split the string entry on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-