Class CfnFeed.DataSourceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.elementalinference.CfnFeed.DataSourceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFeed.DataSourceConfigurationProperty>
- Enclosing interface:
CfnFeed.DataSourceConfigurationProperty
@Stability(Stable)
public static final class CfnFeed.DataSourceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFeed.DataSourceConfigurationProperty>
A builder for
CfnFeed.DataSourceConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFeed.DataSourceConfigurationProperty.getFixtureId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fixtureId
@Stability(Stable) public CfnFeed.DataSourceConfigurationProperty.Builder fixtureId(String fixtureId) Sets the value ofCfnFeed.DataSourceConfigurationProperty.getFixtureId()- Parameters:
fixtureId- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFeed.DataSourceConfigurationProperty>- Returns:
- a new instance of
CfnFeed.DataSourceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-