Struct aws_sdk_greengrass::operation::create_function_definition::builders::CreateFunctionDefinitionOutputBuilder
source · #[non_exhaustive]pub struct CreateFunctionDefinitionOutputBuilder { /* private fields */ }
Expand description
A builder for CreateFunctionDefinitionOutput
.
Implementations§
source§impl CreateFunctionDefinitionOutputBuilder
impl CreateFunctionDefinitionOutputBuilder
sourcepub fn creation_timestamp(self, input: impl Into<String>) -> Self
pub fn creation_timestamp(self, input: impl Into<String>) -> Self
The time, in milliseconds since the epoch, when the definition was created.
sourcepub fn set_creation_timestamp(self, input: Option<String>) -> Self
pub fn set_creation_timestamp(self, input: Option<String>) -> Self
The time, in milliseconds since the epoch, when the definition was created.
sourcepub fn get_creation_timestamp(&self) -> &Option<String>
pub fn get_creation_timestamp(&self) -> &Option<String>
The time, in milliseconds since the epoch, when the definition was created.
sourcepub fn last_updated_timestamp(self, input: impl Into<String>) -> Self
pub fn last_updated_timestamp(self, input: impl Into<String>) -> Self
The time, in milliseconds since the epoch, when the definition was last updated.
sourcepub fn set_last_updated_timestamp(self, input: Option<String>) -> Self
pub fn set_last_updated_timestamp(self, input: Option<String>) -> Self
The time, in milliseconds since the epoch, when the definition was last updated.
sourcepub fn get_last_updated_timestamp(&self) -> &Option<String>
pub fn get_last_updated_timestamp(&self) -> &Option<String>
The time, in milliseconds since the epoch, when the definition was last updated.
sourcepub fn latest_version(self, input: impl Into<String>) -> Self
pub fn latest_version(self, input: impl Into<String>) -> Self
The ID of the latest version associated with the definition.
sourcepub fn set_latest_version(self, input: Option<String>) -> Self
pub fn set_latest_version(self, input: Option<String>) -> Self
The ID of the latest version associated with the definition.
sourcepub fn get_latest_version(&self) -> &Option<String>
pub fn get_latest_version(&self) -> &Option<String>
The ID of the latest version associated with the definition.
sourcepub fn latest_version_arn(self, input: impl Into<String>) -> Self
pub fn latest_version_arn(self, input: impl Into<String>) -> Self
The ARN of the latest version associated with the definition.
sourcepub fn set_latest_version_arn(self, input: Option<String>) -> Self
pub fn set_latest_version_arn(self, input: Option<String>) -> Self
The ARN of the latest version associated with the definition.
sourcepub fn get_latest_version_arn(&self) -> &Option<String>
pub fn get_latest_version_arn(&self) -> &Option<String>
The ARN of the latest version associated with the definition.
sourcepub fn build(self) -> CreateFunctionDefinitionOutput
pub fn build(self) -> CreateFunctionDefinitionOutput
Consumes the builder and constructs a CreateFunctionDefinitionOutput
.
Trait Implementations§
source§impl Clone for CreateFunctionDefinitionOutputBuilder
impl Clone for CreateFunctionDefinitionOutputBuilder
source§fn clone(&self) -> CreateFunctionDefinitionOutputBuilder
fn clone(&self) -> CreateFunctionDefinitionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateFunctionDefinitionOutputBuilder
impl Default for CreateFunctionDefinitionOutputBuilder
source§fn default() -> CreateFunctionDefinitionOutputBuilder
fn default() -> CreateFunctionDefinitionOutputBuilder
source§impl PartialEq for CreateFunctionDefinitionOutputBuilder
impl PartialEq for CreateFunctionDefinitionOutputBuilder
source§fn eq(&self, other: &CreateFunctionDefinitionOutputBuilder) -> bool
fn eq(&self, other: &CreateFunctionDefinitionOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.