Struct aws_sdk_keyspaces::input::delete_keyspace_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteKeyspaceInput
.
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 deleted.
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 deleted.
sourcepub fn build(self) -> Result<DeleteKeyspaceInput, BuildError>
pub fn build(self) -> Result<DeleteKeyspaceInput, BuildError>
Consumes the builder and constructs a DeleteKeyspaceInput
.