CopyableBuilder<CreateDataSourceFromRDSResponse.Builder,CreateDataSourceFromRDSResponse>
, SdkBuilder<CreateDataSourceFromRDSResponse.Builder,CreateDataSourceFromRDSResponse>
public static interface CreateDataSourceFromRDSResponse.Builder extends CopyableBuilder<CreateDataSourceFromRDSResponse.Builder,CreateDataSourceFromRDSResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateDataSourceFromRDSResponse.Builder |
dataSourceId(String dataSourceId) |
A user-supplied ID that uniquely identifies the datasource.
|
copy
apply, 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.