Struct aws_sdk_keyspaces::model::keyspace_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for KeyspaceSummary
.
Implementations§
source§impl Builder
impl Builder
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
.