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