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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.
 
 
 -