Interface NegativeValueConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<NegativeValueConfiguration.Builder,,NegativeValueConfiguration> SdkBuilder<NegativeValueConfiguration.Builder,,NegativeValueConfiguration> SdkPojo
- Enclosing class:
 NegativeValueConfiguration
public static interface NegativeValueConfiguration.Builder
extends SdkPojo, CopyableBuilder<NegativeValueConfiguration.Builder,NegativeValueConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptiondisplayMode(String displayMode) Determines the display mode of the negative value configuration.displayMode(NegativeValueDisplayMode displayMode) Determines the display mode of the negative value configuration.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
- 
displayMode
Determines the display mode of the negative value configuration.
- Parameters:
 displayMode- Determines the display mode of the negative value configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
displayMode
Determines the display mode of the negative value configuration.
- Parameters:
 displayMode- Determines the display mode of the negative value configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -