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