Interface DataConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataConfig.Builder,
,DataConfig> SdkBuilder<DataConfig.Builder,
,DataConfig> SdkPojo
- Enclosing class:
DataConfig
-
Method Summary
Modifier and TypeMethodDescriptionadditionalDatasets
(Collection<AdditionalDataset> additionalDatasets) Additional built-in datasets like Holidays and the Weather Index.additionalDatasets
(Consumer<AdditionalDataset.Builder>... additionalDatasets) Additional built-in datasets like Holidays and the Weather Index.additionalDatasets
(AdditionalDataset... additionalDatasets) Additional built-in datasets like Holidays and the Weather Index.attributeConfigs
(Collection<AttributeConfig> attributeConfigs) Aggregation and filling options for attributes in your dataset group.attributeConfigs
(Consumer<AttributeConfig.Builder>... attributeConfigs) Aggregation and filling options for attributes in your dataset group.attributeConfigs
(AttributeConfig... attributeConfigs) Aggregation and filling options for attributes in your dataset group.datasetGroupArn
(String datasetGroupArn) The ARN of the dataset group used to train the predictor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
datasetGroupArn
The ARN of the dataset group used to train the predictor.
- Parameters:
datasetGroupArn
- The ARN of the dataset group used to train the predictor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeConfigs
Aggregation and filling options for attributes in your dataset group.
- Parameters:
attributeConfigs
- Aggregation and filling options for attributes in your dataset group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeConfigs
Aggregation and filling options for attributes in your dataset group.
- Parameters:
attributeConfigs
- Aggregation and filling options for attributes in your dataset group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeConfigs
Aggregation and filling options for attributes in your dataset group.
This is a convenience method that creates an instance of theAttributeConfig.Builder
avoiding the need to create one manually viaAttributeConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toattributeConfigs(List<AttributeConfig>)
.- Parameters:
attributeConfigs
- a consumer that will call methods onAttributeConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
additionalDatasets
Additional built-in datasets like Holidays and the Weather Index.
- Parameters:
additionalDatasets
- Additional built-in datasets like Holidays and the Weather Index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalDatasets
Additional built-in datasets like Holidays and the Weather Index.
- Parameters:
additionalDatasets
- Additional built-in datasets like Holidays and the Weather Index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalDatasets
Additional built-in datasets like Holidays and the Weather Index.
This is a convenience method that creates an instance of theAdditionalDataset.Builder
avoiding the need to create one manually viaAdditionalDataset.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toadditionalDatasets(List<AdditionalDataset>)
.- Parameters:
additionalDatasets
- a consumer that will call methods onAdditionalDataset.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-