public static interface UpdateDataSourceRequest.Builder extends MachineLearningRequest.Builder, SdkPojo, CopyableBuilder<UpdateDataSourceRequest.Builder,UpdateDataSourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDataSourceRequest.Builder |
dataSourceId(String dataSourceId)
The ID assigned to the
DataSource during creation. |
UpdateDataSourceRequest.Builder |
dataSourceName(String dataSourceName)
A new user-supplied name or description of the
DataSource that will replace the current
description. |
UpdateDataSourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateDataSourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateDataSourceRequest.Builder dataSourceId(String dataSourceId)
The ID assigned to the DataSource during creation.
dataSourceId - The ID assigned to the DataSource during creation.UpdateDataSourceRequest.Builder dataSourceName(String dataSourceName)
A new user-supplied name or description of the DataSource that will replace the current
description.
dataSourceName - A new user-supplied name or description of the DataSource that will replace the current
description.UpdateDataSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateDataSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.