public static interface UpdateDataSourceRequest.Builder extends software.amazon.awssdk.utils.builder.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. |
copyapply, 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.Copyright © 2017. All rights reserved.