Struct aws_sdk_iotanalytics::operation::describe_datastore::builders::DescribeDatastoreInputBuilder
source · #[non_exhaustive]pub struct DescribeDatastoreInputBuilder { /* private fields */ }
Expand description
A builder for DescribeDatastoreInput
.
Implementations§
source§impl DescribeDatastoreInputBuilder
impl DescribeDatastoreInputBuilder
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 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 build(self) -> Result<DescribeDatastoreInput, BuildError>
pub fn build(self) -> Result<DescribeDatastoreInput, BuildError>
Consumes the builder and constructs a DescribeDatastoreInput
.
Trait Implementations§
source§impl Clone for DescribeDatastoreInputBuilder
impl Clone for DescribeDatastoreInputBuilder
source§fn clone(&self) -> DescribeDatastoreInputBuilder
fn clone(&self) -> DescribeDatastoreInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DescribeDatastoreInputBuilder
impl Default for DescribeDatastoreInputBuilder
source§fn default() -> DescribeDatastoreInputBuilder
fn default() -> DescribeDatastoreInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeDatastoreInputBuilder> for DescribeDatastoreInputBuilder
impl PartialEq<DescribeDatastoreInputBuilder> for DescribeDatastoreInputBuilder
source§fn eq(&self, other: &DescribeDatastoreInputBuilder) -> bool
fn eq(&self, other: &DescribeDatastoreInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeDatastoreInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeDatastoreInputBuilder
impl Send for DescribeDatastoreInputBuilder
impl Sync for DescribeDatastoreInputBuilder
impl Unpin for DescribeDatastoreInputBuilder
impl UnwindSafe for DescribeDatastoreInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more