Interface DescribeDataSourceResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDataSourceResponse.Builder,,DescribeDataSourceResponse> QuickSightResponse.Builder,SdkBuilder<DescribeDataSourceResponse.Builder,,DescribeDataSourceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeDataSourceResponse
public static interface DescribeDataSourceResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDataSourceResponse.Builder,DescribeDataSourceResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondataSource(Consumer<DataSource.Builder> dataSource) The information on the data source.dataSource(DataSource dataSource) The information on the data source.The Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
dataSource
The information on the data source.
- Parameters:
 dataSource- The information on the data source.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dataSource
The information on the data source.
This is a convenience method that creates an instance of theDataSource.Builderavoiding the need to create one manually viaDataSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSource(DataSource).- Parameters:
 dataSource- a consumer that will call methods onDataSource.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
 requestId- The Amazon Web Services request ID for this operation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
status
The HTTP status of the request.
- Parameters:
 status- The HTTP status of the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -