Interface Field.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Field.Builder,,Field> SdkBuilder<Field.Builder,,Field> SdkPojo
- Enclosing class:
Field
-
Method Summary
Modifier and TypeMethodDescriptionA value of the BLOB data type.booleanValue(Boolean booleanValue) A value of the Boolean data type.doubleValue(Double doubleValue) A value of the double data type.A value that indicates whether the data is NULL.A value of the long data type.stringValue(String stringValue) A value of the string data type.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
-
blobValue
A value of the BLOB data type.
- Parameters:
blobValue- A value of the BLOB data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
booleanValue
A value of the Boolean data type.
- Parameters:
booleanValue- A value of the Boolean data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
doubleValue
A value of the double data type.
- Parameters:
doubleValue- A value of the double data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isNull
A value that indicates whether the data is NULL.
- Parameters:
isNull- A value that indicates whether the data is NULL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
longValue
A value of the long data type.
- Parameters:
longValue- A value of the long data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringValue
A value of the string data type.
- Parameters:
stringValue- A value of the string data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-