public static interface CreateDataSourceFromRDSResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateDataSourceFromRDSResponse.Builder,CreateDataSourceFromRDSResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateDataSourceFromRDSResponse.Builder |
dataSourceId(String dataSourceId)
A user-supplied ID that uniquely identifies the datasource.
|
copyapply, buildCreateDataSourceFromRDSResponse.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. All rights reserved.