Interface IntegerValueWhenUnsetConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<IntegerValueWhenUnsetConfiguration.Builder,,IntegerValueWhenUnsetConfiguration> SdkBuilder<IntegerValueWhenUnsetConfiguration.Builder,,IntegerValueWhenUnsetConfiguration> SdkPojo
- Enclosing class:
 IntegerValueWhenUnsetConfiguration
@Mutable
@NotThreadSafe
public static interface IntegerValueWhenUnsetConfiguration.Builder
extends SdkPojo, CopyableBuilder<IntegerValueWhenUnsetConfiguration.Builder,IntegerValueWhenUnsetConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptioncustomValue(Long customValue) A custom value that's used when the value of a parameter isn't set.valueWhenUnsetOption(String valueWhenUnsetOption) The built-in options for default values.valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption) The built-in options for default 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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
valueWhenUnsetOption
The built-in options for default values. The value can be one of the following:
- 
 
RECOMMENDED: The recommended value. - 
 
NULL: TheNULLvalue. 
- Parameters:
 valueWhenUnsetOption- The built-in options for default values. The value can be one of the following:- 
        
RECOMMENDED: The recommended value. - 
        
NULL: TheNULLvalue. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
valueWhenUnsetOption
IntegerValueWhenUnsetConfiguration.Builder valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption) The built-in options for default values. The value can be one of the following:
- 
 
RECOMMENDED: The recommended value. - 
 
NULL: TheNULLvalue. 
- Parameters:
 valueWhenUnsetOption- The built-in options for default values. The value can be one of the following:- 
        
RECOMMENDED: The recommended value. - 
        
NULL: TheNULLvalue. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
customValue
A custom value that's used when the value of a parameter isn't set.
- Parameters:
 customValue- A custom value that's used when the value of a parameter isn't set.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -