Class CfnFeedPropsMixin.DataSourceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.elementalinference.CfnFeedPropsMixin.DataSourceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFeedPropsMixin.DataSourceConfigurationProperty>
- Enclosing interface:
CfnFeedPropsMixin.DataSourceConfigurationProperty
@Stability(Stable)
public static final class CfnFeedPropsMixin.DataSourceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFeedPropsMixin.DataSourceConfigurationProperty>
A builder for
CfnFeedPropsMixin.DataSourceConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFeedPropsMixin.DataSourceConfigurationProperty.getFixtureId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fixtureId
@Stability(Stable) public CfnFeedPropsMixin.DataSourceConfigurationProperty.Builder fixtureId(String fixtureId) Sets the value ofCfnFeedPropsMixin.DataSourceConfigurationProperty.getFixtureId()- Parameters:
fixtureId- The ID of the fixture whose event data you want Elemental Inference to map onto this clipping output. To obtain this ID, use the SearchFixtures operation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFeedPropsMixin.DataSourceConfigurationProperty>- Returns:
- a new instance of
CfnFeedPropsMixin.DataSourceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-