Struct aws_sdk_cloudformation::operation::rollback_stack::builders::RollbackStackInputBuilder
source · #[non_exhaustive]pub struct RollbackStackInputBuilder { /* private fields */ }Expand description
A builder for RollbackStackInput.
Implementations§
source§impl RollbackStackInputBuilder
impl RollbackStackInputBuilder
sourcepub fn stack_name(self, input: impl Into<String>) -> Self
pub fn stack_name(self, input: impl Into<String>) -> Self
The name that's associated with the stack.
sourcepub fn set_stack_name(self, input: Option<String>) -> Self
pub fn set_stack_name(self, input: Option<String>) -> Self
The name that's associated with the stack.
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.
sourcepub fn client_request_token(self, input: impl Into<String>) -> Self
pub fn client_request_token(self, input: impl Into<String>) -> Self
A unique identifier for this RollbackStack request.
sourcepub fn set_client_request_token(self, input: Option<String>) -> Self
pub fn set_client_request_token(self, input: Option<String>) -> Self
A unique identifier for this RollbackStack request.
sourcepub fn build(self) -> Result<RollbackStackInput, BuildError>
pub fn build(self) -> Result<RollbackStackInput, BuildError>
Consumes the builder and constructs a RollbackStackInput.
Trait Implementations§
source§impl Clone for RollbackStackInputBuilder
impl Clone for RollbackStackInputBuilder
source§fn clone(&self) -> RollbackStackInputBuilder
fn clone(&self) -> RollbackStackInputBuilder
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 RollbackStackInputBuilder
impl Debug for RollbackStackInputBuilder
source§impl Default for RollbackStackInputBuilder
impl Default for RollbackStackInputBuilder
source§fn default() -> RollbackStackInputBuilder
fn default() -> RollbackStackInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RollbackStackInputBuilder> for RollbackStackInputBuilder
impl PartialEq<RollbackStackInputBuilder> for RollbackStackInputBuilder
source§fn eq(&self, other: &RollbackStackInputBuilder) -> bool
fn eq(&self, other: &RollbackStackInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.