Interface LowerCaseString.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LowerCaseString.Builder,
,LowerCaseString> SdkBuilder<LowerCaseString.Builder,
,LowerCaseString> SdkPojo
- Enclosing class:
LowerCaseString
@Mutable
@NotThreadSafe
public static interface LowerCaseString.Builder
extends SdkPojo, CopyableBuilder<LowerCaseString.Builder,LowerCaseString>
-
Method Summary
Modifier and TypeMethodDescriptionThe array caontaining the keys of the fields to convert to lowercase.withKeys
(Collection<String> withKeys) The array caontaining the keys of the fields to convert to lowercase.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 caontaining the keys of the fields to convert to lowercase.
- Parameters:
withKeys
- The array caontaining the keys of the fields to convert to lowercase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withKeys
The array caontaining the keys of the fields to convert to lowercase.
- Parameters:
withKeys
- The array caontaining the keys of the fields to convert to lowercase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-