Interface NormalizedValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NormalizedValue.Builder,
,NormalizedValue> SdkBuilder<NormalizedValue.Builder,
,NormalizedValue> SdkPojo
- Enclosing class:
NormalizedValue
public static interface NormalizedValue.Builder
extends SdkPojo, CopyableBuilder<NormalizedValue.Builder,NormalizedValue>
-
Method Summary
Modifier and TypeMethodDescriptionThe value of the date, written as Year-Month-DayTHour:Minute:Second.The normalized type of the value detected.The normalized type of the value detected.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
-
value
The value of the date, written as Year-Month-DayTHour:Minute:Second.
- Parameters:
value
- The value of the date, written as Year-Month-DayTHour:Minute:Second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valueType
The normalized type of the value detected. In this case, DATE.
- Parameters:
valueType
- The normalized type of the value detected. In this case, DATE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
valueType
The normalized type of the value detected. In this case, DATE.
- Parameters:
valueType
- The normalized type of the value detected. In this case, DATE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-