public static interface DescribeDatastoreResponse.Builder extends IoTAnalyticsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDatastoreResponse.Builder,DescribeDatastoreResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeDatastoreResponse.Builder |
datastore(Consumer<Datastore.Builder> datastore)
Information about the data store.
|
DescribeDatastoreResponse.Builder |
datastore(Datastore datastore)
Information about the data store.
|
default DescribeDatastoreResponse.Builder |
statistics(Consumer<DatastoreStatistics.Builder> statistics)
Additional statistical information about the data store.
|
DescribeDatastoreResponse.Builder |
statistics(DatastoreStatistics statistics)
Additional statistical information about the data store.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDatastoreResponse.Builder datastore(Datastore datastore)
Information about the data store.
datastore - Information about the data store.default DescribeDatastoreResponse.Builder datastore(Consumer<Datastore.Builder> datastore)
Information about the data store.
This is a convenience method that creates an instance of theDatastore.Builder avoiding the need to
create one manually via Datastore.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to datastore(Datastore).
datastore - a consumer that will call methods on Datastore.Builderdatastore(Datastore)DescribeDatastoreResponse.Builder statistics(DatastoreStatistics statistics)
Additional statistical information about the data store. Included if the includeStatistics
parameter is set to true in the request.
statistics - Additional statistical information about the data store. Included if the
includeStatistics parameter is set to true in the request.default DescribeDatastoreResponse.Builder statistics(Consumer<DatastoreStatistics.Builder> statistics)
Additional statistical information about the data store. Included if the includeStatistics
parameter is set to true in the request.
DatastoreStatistics.Builder avoiding the
need to create one manually via DatastoreStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to statistics(DatastoreStatistics).
statistics - a consumer that will call methods on DatastoreStatistics.Builderstatistics(DatastoreStatistics)Copyright © 2023. All rights reserved.