public static interface UpdateDataSourceResponse.Builder extends MachineLearningResponse.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<UpdateDataSourceResponse.Builder,UpdateDataSourceResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateDataSourceResponse.Builder |
dataSourceId(String dataSourceId)
The ID assigned to the
DataSource during creation. |
buildUpdateDataSourceResponse.Builder dataSourceId(String dataSourceId)
The ID assigned to the DataSource during creation. This value should be identical to the value
of the DataSourceID in the request.
dataSourceId - The ID assigned to the DataSource during creation. This value should be identical to the
value of the DataSourceID in the request.Copyright © 2018. All rights reserved.