Struct aws_sdk_iotanalytics::operation::describe_datastore::builders::DescribeDatastoreFluentBuilder
source · pub struct DescribeDatastoreFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeDatastore
.
Retrieves information about a data store.
Implementations§
source§impl DescribeDatastoreFluentBuilder
impl DescribeDatastoreFluentBuilder
sourcepub fn as_input(&self) -> &DescribeDatastoreInputBuilder
pub fn as_input(&self) -> &DescribeDatastoreInputBuilder
Access the DescribeDatastore as a reference.
sourcepub async fn send(
self
) -> Result<DescribeDatastoreOutput, SdkError<DescribeDatastoreError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeDatastoreOutput, SdkError<DescribeDatastoreError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DescribeDatastoreOutput, DescribeDatastoreError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribeDatastoreOutput, DescribeDatastoreError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn datastore_name(self, input: impl Into<String>) -> Self
pub fn datastore_name(self, input: impl Into<String>) -> Self
The name of the data store
sourcepub fn set_datastore_name(self, input: Option<String>) -> Self
pub fn set_datastore_name(self, input: Option<String>) -> Self
The name of the data store
sourcepub fn get_datastore_name(&self) -> &Option<String>
pub fn get_datastore_name(&self) -> &Option<String>
The name of the data store
sourcepub fn include_statistics(self, input: bool) -> Self
pub fn include_statistics(self, input: bool) -> Self
If true, additional statistical information about the data store is included in the response. This feature can't be used with a data store whose S3 storage is customer-managed.
sourcepub fn set_include_statistics(self, input: Option<bool>) -> Self
pub fn set_include_statistics(self, input: Option<bool>) -> Self
If true, additional statistical information about the data store is included in the response. This feature can't be used with a data store whose S3 storage is customer-managed.
sourcepub fn get_include_statistics(&self) -> &Option<bool>
pub fn get_include_statistics(&self) -> &Option<bool>
If true, additional statistical information about the data store is included in the response. This feature can't be used with a data store whose S3 storage is customer-managed.
Trait Implementations§
source§impl Clone for DescribeDatastoreFluentBuilder
impl Clone for DescribeDatastoreFluentBuilder
source§fn clone(&self) -> DescribeDatastoreFluentBuilder
fn clone(&self) -> DescribeDatastoreFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more