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