Interface DataSourceConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataSourceConfiguration.Builder,,DataSourceConfiguration> SdkBuilder<DataSourceConfiguration.Builder,,DataSourceConfiguration> SdkPojo
- Enclosing class:
DataSourceConfiguration
@Mutable
@NotThreadSafe
public static interface DataSourceConfiguration.Builder
extends SdkPojo, CopyableBuilder<DataSourceConfiguration.Builder,DataSourceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the fixture whose event data you want Elemental Inference to map onto this clipping output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fixtureId
The ID of the fixture whose event data you want Elemental Inference to map onto this clipping output. The fixture should be the sports event in the source media that the feed is processing.
To obtain this ID, use the SearchFixtures operation to find the fixture, then use the fixtureId from the matching FixtureSummary.
- Parameters:
fixtureId- The ID of the fixture whose event data you want Elemental Inference to map onto this clipping output. The fixture should be the sports event in the source media that the feed is processing.To obtain this ID, use the SearchFixtures operation to find the fixture, then use the fixtureId from the matching FixtureSummary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-