Interface DescribeDatastoreResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDatastoreResponse.Builder,,DescribeDatastoreResponse> IoTAnalyticsResponse.Builder,SdkBuilder<DescribeDatastoreResponse.Builder,,DescribeDatastoreResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeDatastoreResponse
public static interface DescribeDatastoreResponse.Builder
extends IoTAnalyticsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDatastoreResponse.Builder,DescribeDatastoreResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondatastore(Consumer<Datastore.Builder> datastore) Information about the data store.Information about the data store.statistics(Consumer<DatastoreStatistics.Builder> statistics) Additional statistical information about the data store.statistics(DatastoreStatistics statistics) Additional statistical information about the data store.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotanalytics.model.IoTAnalyticsResponse.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
- 
datastore
Information about the data store.
- Parameters:
 datastore- Information about the data store.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
datastore
Information about the data store.
This is a convenience method that creates an instance of theDatastore.Builderavoiding the need to create one manually viaDatastore.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todatastore(Datastore).- Parameters:
 datastore- a consumer that will call methods onDatastore.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statistics
Additional statistical information about the data store. Included if the
includeStatisticsparameter is set totruein the request.- Parameters:
 statistics- Additional statistical information about the data store. Included if theincludeStatisticsparameter is set totruein the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
statistics
default DescribeDatastoreResponse.Builder statistics(Consumer<DatastoreStatistics.Builder> statistics) Additional statistical information about the data store. Included if the
This is a convenience method that creates an instance of theincludeStatisticsparameter is set totruein the request.DatastoreStatistics.Builderavoiding the need to create one manually viaDatastoreStatistics.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatistics(DatastoreStatistics).- Parameters:
 statistics- a consumer that will call methods onDatastoreStatistics.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -