Interface NullValueFormatConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NullValueFormatConfiguration.Builder,
,NullValueFormatConfiguration> SdkBuilder<NullValueFormatConfiguration.Builder,
,NullValueFormatConfiguration> SdkPojo
- Enclosing class:
NullValueFormatConfiguration
public static interface NullValueFormatConfiguration.Builder
extends SdkPojo, CopyableBuilder<NullValueFormatConfiguration.Builder,NullValueFormatConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionnullString
(String nullString) Determines the null string of null values.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, sdkFields
-
Method Details
-
nullString
Determines the null string of null values.
- Parameters:
nullString
- Determines the null string of null values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-