public static interface InputDataConfig.Builder extends SdkPojo, CopyableBuilder<InputDataConfig.Builder,InputDataConfig>
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig.Builder |
datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
InputDataConfig.Builder |
supplementaryFeatures(Collection<SupplementaryFeature> supplementaryFeatures)
An array of supplementary features.
|
InputDataConfig.Builder |
supplementaryFeatures(Consumer<SupplementaryFeature.Builder>... supplementaryFeatures)
An array of supplementary features.
|
InputDataConfig.Builder |
supplementaryFeatures(SupplementaryFeature... supplementaryFeatures)
An array of supplementary features.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputDataConfig.Builder datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.InputDataConfig.Builder supplementaryFeatures(Collection<SupplementaryFeature> supplementaryFeatures)
An array of supplementary features. The only supported feature is a holiday calendar.
supplementaryFeatures - An array of supplementary features. The only supported feature is a holiday calendar.InputDataConfig.Builder supplementaryFeatures(SupplementaryFeature... supplementaryFeatures)
An array of supplementary features. The only supported feature is a holiday calendar.
supplementaryFeatures - An array of supplementary features. The only supported feature is a holiday calendar.InputDataConfig.Builder supplementaryFeatures(Consumer<SupplementaryFeature.Builder>... supplementaryFeatures)
An array of supplementary features. The only supported feature is a holiday calendar.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #supplementaryFeatures(List) .supplementaryFeatures - a consumer that will call methods on List.Builder #supplementaryFeatures(List) Copyright © 2020. All rights reserved.