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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeDatastoreResponse.Builderdatastore(Consumer<Datastore.Builder> datastore)Information about the data store.DescribeDatastoreResponse.Builderdatastore(Datastore datastore)Information about the data store.default DescribeDatastoreResponse.Builderstatistics(Consumer<DatastoreStatistics.Builder> statistics)Additional statistical information about the data store.DescribeDatastoreResponse.Builderstatistics(DatastoreStatistics statistics)Additional statistical information about the data store.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotanalytics.model.IoTAnalyticsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
datastore
DescribeDatastoreResponse.Builder datastore(Datastore 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
default DescribeDatastoreResponse.Builder datastore(Consumer<Datastore.Builder> 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:
datastore(Datastore)
-
statistics
DescribeDatastoreResponse.Builder statistics(DatastoreStatistics 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:
statistics(DatastoreStatistics)
-
-