pub struct Builder { /* private fields */ }
Expand description
A builder for RollbackTrigger
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
sourcepub fn type(self, input: impl Into<String>) -> Self
pub fn type(self, input: impl Into<String>) -> Self
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
sourcepub fn set_type(self, input: Option<String>) -> Self
pub fn set_type(self, input: Option<String>) -> Self
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
sourcepub fn build(self) -> RollbackTrigger
pub fn build(self) -> RollbackTrigger
Consumes the builder and constructs a RollbackTrigger
.