Interface TrimString.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrimString.Builder,TrimString>,SdkBuilder<TrimString.Builder,TrimString>,SdkPojo
- Enclosing class:
- TrimString
public static interface TrimString.Builder extends SdkPojo, CopyableBuilder<TrimString.Builder,TrimString>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrimString.BuilderwithKeys(String... withKeys)The array containing the keys of the fields to trim.TrimString.BuilderwithKeys(Collection<String> withKeys)The array containing the keys of the fields to trim.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
withKeys
TrimString.Builder withKeys(Collection<String> withKeys)
The array containing the keys of the fields to trim.
- Parameters:
withKeys- The array containing the keys of the fields to trim.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withKeys
TrimString.Builder withKeys(String... withKeys)
The array containing the keys of the fields to trim.
- Parameters:
withKeys- The array containing the keys of the fields to trim.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-