Interface NullCheckBoxList.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NullCheckBoxList.Builder,
,NullCheckBoxList> SdkBuilder<NullCheckBoxList.Builder,
,NullCheckBoxList> SdkPojo
- Enclosing class:
NullCheckBoxList
public static interface NullCheckBoxList.Builder
extends SdkPojo, CopyableBuilder<NullCheckBoxList.Builder,NullCheckBoxList>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that an empty string is considered as a null value.Specifies that an integer value of -1 is considered as a null value.isNullString
(Boolean isNullString) Specifies that a value spelling out the word 'null' is considered as a null value.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
-
isEmpty
Specifies that an empty string is considered as a null value.
- Parameters:
isEmpty
- Specifies that an empty string is considered as a null value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isNullString
Specifies that a value spelling out the word 'null' is considered as a null value.
- Parameters:
isNullString
- Specifies that a value spelling out the word 'null' is considered as a null value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isNegOne
Specifies that an integer value of -1 is considered as a null value.
- Parameters:
isNegOne
- Specifies that an integer value of -1 is considered as a null value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-