Class CfnInferenceSchedulerPropsMixin.InputNameConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.lookoutequipment.mixins.CfnInferenceSchedulerPropsMixin.InputNameConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInferenceSchedulerPropsMixin.InputNameConfigurationProperty>
- Enclosing interface:
CfnInferenceSchedulerPropsMixin.InputNameConfigurationProperty
@Stability(Stable)
public static final class CfnInferenceSchedulerPropsMixin.InputNameConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInferenceSchedulerPropsMixin.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 CfnInferenceSchedulerPropsMixin.InputNameConfigurationProperty.Builder componentTimestampDelimiter(String componentTimestampDelimiter) Sets the value ofCfnInferenceSchedulerPropsMixin.InputNameConfigurationProperty.getComponentTimestampDelimiter()- Parameters:
componentTimestampDelimiter- Indicates the delimiter character used between items in the data.- Returns:
this
-
timestampFormat
@Stability(Stable) public CfnInferenceSchedulerPropsMixin.InputNameConfigurationProperty.Builder timestampFormat(String timestampFormat) Sets the value ofCfnInferenceSchedulerPropsMixin.InputNameConfigurationProperty.getTimestampFormat()- 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<CfnInferenceSchedulerPropsMixin.InputNameConfigurationProperty>- Returns:
- a new instance of
CfnInferenceSchedulerPropsMixin.InputNameConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-