Struct aws_sdk_sagemaker::operation::create_image_version::builders::CreateImageVersionOutputBuilder
source · #[non_exhaustive]pub struct CreateImageVersionOutputBuilder { /* private fields */ }
Expand description
A builder for CreateImageVersionOutput
.
Implementations§
source§impl CreateImageVersionOutputBuilder
impl CreateImageVersionOutputBuilder
sourcepub fn image_version_arn(self, input: impl Into<String>) -> Self
pub fn image_version_arn(self, input: impl Into<String>) -> Self
The ARN of the image version.
sourcepub fn set_image_version_arn(self, input: Option<String>) -> Self
pub fn set_image_version_arn(self, input: Option<String>) -> Self
The ARN of the image version.
sourcepub fn build(self) -> CreateImageVersionOutput
pub fn build(self) -> CreateImageVersionOutput
Consumes the builder and constructs a CreateImageVersionOutput
.
Trait Implementations§
source§impl Clone for CreateImageVersionOutputBuilder
impl Clone for CreateImageVersionOutputBuilder
source§fn clone(&self) -> CreateImageVersionOutputBuilder
fn clone(&self) -> CreateImageVersionOutputBuilder
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 Default for CreateImageVersionOutputBuilder
impl Default for CreateImageVersionOutputBuilder
source§fn default() -> CreateImageVersionOutputBuilder
fn default() -> CreateImageVersionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateImageVersionOutputBuilder> for CreateImageVersionOutputBuilder
impl PartialEq<CreateImageVersionOutputBuilder> for CreateImageVersionOutputBuilder
source§fn eq(&self, other: &CreateImageVersionOutputBuilder) -> bool
fn eq(&self, other: &CreateImageVersionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.