public static interface CreateDataSourceFromRdsResponse.Builder extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<CreateDataSourceFromRdsResponse.Builder,CreateDataSourceFromRdsResponse>
Modifier and Type | Method and Description |
---|---|
CreateDataSourceFromRdsResponse.Builder |
dataSourceId(String dataSourceId)
A user-supplied ID that uniquely identifies the datasource.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateDataSourceFromRdsResponse.Builder dataSourceId(String dataSourceId)
A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of
the DataSourceID
in the request.
dataSourceId
- A user-supplied ID that uniquely identifies the datasource. This value should be identical to the
value of the DataSourceID
in the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.