public static interface UpdateDatasetGroupRequest.Builder extends ForecastRequest.Builder, SdkPojo, CopyableBuilder<UpdateDatasetGroupRequest.Builder,UpdateDatasetGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDatasetGroupRequest.Builder |
datasetArns(Collection<String> datasetArns)
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
|
UpdateDatasetGroupRequest.Builder |
datasetArns(String... datasetArns)
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
|
UpdateDatasetGroupRequest.Builder |
datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
|
UpdateDatasetGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDatasetGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDatasetGroupRequest.Builder datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
datasetGroupArn - The ARN of the dataset group.UpdateDatasetGroupRequest.Builder datasetArns(Collection<String> datasetArns)
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
datasetArns - An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.UpdateDatasetGroupRequest.Builder datasetArns(String... datasetArns)
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
datasetArns - An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.UpdateDatasetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDatasetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.