public static interface GetDataSourceRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<GetDataSourceRequest.Builder,GetDataSourceRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDataSourceRequest.Builder |
dataSourceId(String dataSourceId)
The ID assigned to the
DataSource at creation. |
GetDataSourceRequest.Builder |
verbose(Boolean verbose)
Specifies whether the
GetDataSource operation should return DataSourceSchema. |
GetDataSourceRequest.Builder dataSourceId(String dataSourceId)
The ID assigned to the DataSource at creation.
dataSourceId - The ID assigned to the DataSource at creation.GetDataSourceRequest.Builder verbose(Boolean verbose)
Specifies whether the GetDataSource operation should return DataSourceSchema.
If true, DataSourceSchema is returned.
If false, DataSourceSchema is not returned.
verbose - Specifies whether the GetDataSource operation should return DataSourceSchema
.
If true, DataSourceSchema is returned.
If false, DataSourceSchema is not returned.
Copyright © 2017. All rights reserved.