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 method that creates an instance of theSupplementaryFeature.Builder avoiding the need to
create one manually via SupplementaryFeature.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #supplementaryFeatures(List.
supplementaryFeatures - a consumer that will call methods on
SupplementaryFeature.Builder#supplementaryFeatures(java.util.Collection) Copyright © 2023. All rights reserved.