Interface InferenceInputNameConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InferenceInputNameConfiguration.Builder,InferenceInputNameConfiguration>,SdkBuilder<InferenceInputNameConfiguration.Builder,InferenceInputNameConfiguration>,SdkPojo
- Enclosing class:
- InferenceInputNameConfiguration
public static interface InferenceInputNameConfiguration.Builder extends SdkPojo, CopyableBuilder<InferenceInputNameConfiguration.Builder,InferenceInputNameConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InferenceInputNameConfiguration.BuildercomponentTimestampDelimiter(String componentTimestampDelimiter)Indicates the delimiter character used between items in the data.InferenceInputNameConfiguration.BuildertimestampFormat(String timestampFormat)The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).-
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
-
timestampFormat
InferenceInputNameConfiguration.Builder timestampFormat(String timestampFormat)
The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).
- Parameters:
timestampFormat- The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentTimestampDelimiter
InferenceInputNameConfiguration.Builder componentTimestampDelimiter(String componentTimestampDelimiter)
Indicates the delimiter character used between items in the data.
- Parameters:
componentTimestampDelimiter- Indicates the delimiter character used between items in the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-