Interface TrimString.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TrimString.Builder,
,TrimString> SdkBuilder<TrimString.Builder,
,TrimString> SdkPojo
- Enclosing class:
TrimString
@Mutable
@NotThreadSafe
public static interface TrimString.Builder
extends SdkPojo, CopyableBuilder<TrimString.Builder,TrimString>
-
Method Summary
Modifier and TypeMethodDescriptionThe array containing the keys of the fields to trim.withKeys
(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 Details
-
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
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.
-