public static interface DescribeDataSourceResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDataSourceResponse.Builder,DescribeDataSourceResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeDataSourceResponse.Builder |
dataSource(Consumer<DataSource.Builder> dataSource)
The information on the data source.
|
DescribeDataSourceResponse.Builder |
dataSource(DataSource dataSource)
The information on the data source.
|
DescribeDataSourceResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
DescribeDataSourceResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDataSourceResponse.Builder dataSource(DataSource dataSource)
The information on the data source.
dataSource - The information on the data source.default DescribeDataSourceResponse.Builder dataSource(Consumer<DataSource.Builder> dataSource)
The information on the data source.
This is a convenience that creates an instance of theDataSource.Builder avoiding the need to create
one manually via DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataSource(DataSource).dataSource - a consumer that will call methods on DataSource.BuilderdataSource(DataSource)DescribeDataSourceResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.DescribeDataSourceResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.