Struct aws_sdk_keyspaces::input::create_keyspace_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateKeyspaceInput
.
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 to be created.
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 to be created.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A list of key-value pair tags to be attached to the keyspace.
For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.
A list of key-value pair tags to be attached to the keyspace.
For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.
sourcepub fn build(self) -> Result<CreateKeyspaceInput, BuildError>
pub fn build(self) -> Result<CreateKeyspaceInput, BuildError>
Consumes the builder and constructs a CreateKeyspaceInput
.