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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeDatastoreResponse.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 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.Builder
datastore(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.
This is a convenience that creates an instance of theDatastoreStatistics.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.Builder
statistics(DatastoreStatistics)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.