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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NormalizedValue.Builder
value(String value)
The value of the date, written as Year-Month-DayTHour:Minute:Second.NormalizedValue.Builder
valueType(String valueType)
The normalized type of the value detected.NormalizedValue.Builder
valueType(ValueType valueType)
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 Detail
-
value
NormalizedValue.Builder value(String 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
NormalizedValue.Builder valueType(String valueType)
The normalized type of the value detected. In this case, DATE.
-
valueType
NormalizedValue.Builder valueType(ValueType valueType)
The normalized type of the value detected. In this case, DATE.
-
-