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