Interface DataItem.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DataItem.Builder,,DataItem> SdkBuilder<DataItem.Builder,,DataItem> SdkPojo
- Enclosing class:
 DataItem
public static interface DataItem.Builder
extends SdkPojo, CopyableBuilder<DataItem.Builder,DataItem> 
- 
Method Summary
Modifier and TypeMethodDescriptionformattedValue(String formattedValue) The formatted value of the data.overrideFormat(String overrideFormat) The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.overrideFormat(Format overrideFormat) The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.The raw value of the data.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
- 
overrideFormat
The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
- Parameters:
 overrideFormat- The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideFormat
The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
- Parameters:
 overrideFormat- The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
rawValue
The raw value of the data. e.g. jsmith@example.com
- Parameters:
 rawValue- The raw value of the data. e.g. jsmith@example.com- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
formattedValue
The formatted value of the data. e.g. John Smith.
- Parameters:
 formattedValue- The formatted value of the data. e.g. John Smith.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -