Struct aws_sdk_amplify::model::backend_environment::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for BackendEnvironment.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn backend_environment_arn(self, input: impl Into<String>) -> Self
pub fn backend_environment_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
sourcepub fn set_backend_environment_arn(self, input: Option<String>) -> Self
pub fn set_backend_environment_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
sourcepub fn environment_name(self, input: impl Into<String>) -> Self
pub fn environment_name(self, input: impl Into<String>) -> Self
The name for a backend environment that is part of an Amplify app.
sourcepub fn set_environment_name(self, input: Option<String>) -> Self
pub fn set_environment_name(self, input: Option<String>) -> Self
The name for a backend environment that is part of an Amplify app.
sourcepub fn stack_name(self, input: impl Into<String>) -> Self
pub fn stack_name(self, input: impl Into<String>) -> Self
The AWS CloudFormation stack name of a backend environment.
sourcepub fn set_stack_name(self, input: Option<String>) -> Self
pub fn set_stack_name(self, input: Option<String>) -> Self
The AWS CloudFormation stack name of a backend environment.
sourcepub fn deployment_artifacts(self, input: impl Into<String>) -> Self
pub fn deployment_artifacts(self, input: impl Into<String>) -> Self
The name of deployment artifacts.
sourcepub fn set_deployment_artifacts(self, input: Option<String>) -> Self
pub fn set_deployment_artifacts(self, input: Option<String>) -> Self
The name of deployment artifacts.
sourcepub fn create_time(self, input: DateTime) -> Self
pub fn create_time(self, input: DateTime) -> Self
The creation date and time for a backend environment that is part of an Amplify app.
sourcepub fn set_create_time(self, input: Option<DateTime>) -> Self
pub fn set_create_time(self, input: Option<DateTime>) -> Self
The creation date and time for a backend environment that is part of an Amplify app.
sourcepub fn update_time(self, input: DateTime) -> Self
pub fn update_time(self, input: DateTime) -> Self
The last updated date and time for a backend environment that is part of an Amplify app.
sourcepub fn set_update_time(self, input: Option<DateTime>) -> Self
pub fn set_update_time(self, input: Option<DateTime>) -> Self
The last updated date and time for a backend environment that is part of an Amplify app.
sourcepub fn build(self) -> BackendEnvironment
pub fn build(self) -> BackendEnvironment
Consumes the builder and constructs a BackendEnvironment.