Interface UpperCaseString.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpperCaseString.Builder,UpperCaseString>,SdkBuilder<UpperCaseString.Builder,UpperCaseString>,SdkPojo
- Enclosing class:
- UpperCaseString
public static interface UpperCaseString.Builder extends SdkPojo, CopyableBuilder<UpperCaseString.Builder,UpperCaseString>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpperCaseString.BuilderwithKeys(String... withKeys)The array of containing the keys of the field to convert to uppercase.UpperCaseString.BuilderwithKeys(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 Detail
-
withKeys
UpperCaseString.Builder withKeys(Collection<String> 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
UpperCaseString.Builder withKeys(String... 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.
-
-