Class CfnInferenceScheduler.InputNameConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.InputNameConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInferenceScheduler.InputNameConfigurationProperty>
- Enclosing interface:
CfnInferenceScheduler.InputNameConfigurationProperty
@Stability(Stable)
public static final class CfnInferenceScheduler.InputNameConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInferenceScheduler.InputNameConfigurationProperty>
A builder for
CfnInferenceScheduler.InputNameConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.componentTimestampDelimiter(String componentTimestampDelimiter) timestampFormat(String timestampFormat)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
componentTimestampDelimiter
@Stability(Stable) public CfnInferenceScheduler.InputNameConfigurationProperty.Builder componentTimestampDelimiter(String componentTimestampDelimiter) Sets the value ofCfnInferenceScheduler.InputNameConfigurationProperty.getComponentTimestampDelimiter()- Parameters:
componentTimestampDelimiter- Indicates the delimiter character used between items in the data.- Returns:
this
-
timestampFormat
@Stability(Stable) public CfnInferenceScheduler.InputNameConfigurationProperty.Builder timestampFormat(String timestampFormat) - Parameters:
timestampFormat- The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInferenceScheduler.InputNameConfigurationProperty>- Returns:
- a new instance of
CfnInferenceScheduler.InputNameConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-