#[non_exhaustive]pub struct CreateSpaceOutputBuilder { /* private fields */ }
Expand description
A builder for CreateSpaceOutput
.
Implementations§
source§impl CreateSpaceOutputBuilder
impl CreateSpaceOutputBuilder
sourcepub fn space_arn(self, input: impl Into<String>) -> Self
pub fn space_arn(self, input: impl Into<String>) -> Self
The space's Amazon Resource Name (ARN).
sourcepub fn set_space_arn(self, input: Option<String>) -> Self
pub fn set_space_arn(self, input: Option<String>) -> Self
The space's Amazon Resource Name (ARN).
sourcepub fn build(self) -> CreateSpaceOutput
pub fn build(self) -> CreateSpaceOutput
Consumes the builder and constructs a CreateSpaceOutput
.
Trait Implementations§
source§impl Clone for CreateSpaceOutputBuilder
impl Clone for CreateSpaceOutputBuilder
source§fn clone(&self) -> CreateSpaceOutputBuilder
fn clone(&self) -> CreateSpaceOutputBuilder
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 CreateSpaceOutputBuilder
impl Debug for CreateSpaceOutputBuilder
source§impl Default for CreateSpaceOutputBuilder
impl Default for CreateSpaceOutputBuilder
source§fn default() -> CreateSpaceOutputBuilder
fn default() -> CreateSpaceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateSpaceOutputBuilder> for CreateSpaceOutputBuilder
impl PartialEq<CreateSpaceOutputBuilder> for CreateSpaceOutputBuilder
source§fn eq(&self, other: &CreateSpaceOutputBuilder) -> bool
fn eq(&self, other: &CreateSpaceOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.