Struct aws_sdk_keyspaces::types::builders::KeyspaceSummaryBuilder
source · #[non_exhaustive]pub struct KeyspaceSummaryBuilder { /* private fields */ }
Expand description
A builder for KeyspaceSummary
.
Implementations§
source§impl KeyspaceSummaryBuilder
impl KeyspaceSummaryBuilder
sourcepub fn keyspace_name(self, input: impl Into<String>) -> Self
pub fn keyspace_name(self, input: impl Into<String>) -> Self
The name of the keyspace.
sourcepub fn set_keyspace_name(self, input: Option<String>) -> Self
pub fn set_keyspace_name(self, input: Option<String>) -> Self
The name of the keyspace.
sourcepub fn resource_arn(self, input: impl Into<String>) -> Self
pub fn resource_arn(self, input: impl Into<String>) -> Self
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
sourcepub fn set_resource_arn(self, input: Option<String>) -> Self
pub fn set_resource_arn(self, input: Option<String>) -> Self
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
sourcepub fn build(self) -> KeyspaceSummary
pub fn build(self) -> KeyspaceSummary
Consumes the builder and constructs a KeyspaceSummary
.
Trait Implementations§
source§impl Clone for KeyspaceSummaryBuilder
impl Clone for KeyspaceSummaryBuilder
source§fn clone(&self) -> KeyspaceSummaryBuilder
fn clone(&self) -> KeyspaceSummaryBuilder
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 Debug for KeyspaceSummaryBuilder
impl Debug for KeyspaceSummaryBuilder
source§impl Default for KeyspaceSummaryBuilder
impl Default for KeyspaceSummaryBuilder
source§fn default() -> KeyspaceSummaryBuilder
fn default() -> KeyspaceSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<KeyspaceSummaryBuilder> for KeyspaceSummaryBuilder
impl PartialEq<KeyspaceSummaryBuilder> for KeyspaceSummaryBuilder
source§fn eq(&self, other: &KeyspaceSummaryBuilder) -> bool
fn eq(&self, other: &KeyspaceSummaryBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.