pub struct Builder { /* private fields */ }
Expand description
A builder for AwsCloudFormationStackOutputsDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A user-defined description associated with the output.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A user-defined description associated with the output.
sourcepub fn output_key(self, input: impl Into<String>) -> Self
pub fn output_key(self, input: impl Into<String>) -> Self
The key associated with the output.
sourcepub fn set_output_key(self, input: Option<String>) -> Self
pub fn set_output_key(self, input: Option<String>) -> Self
The key associated with the output.
sourcepub fn output_value(self, input: impl Into<String>) -> Self
pub fn output_value(self, input: impl Into<String>) -> Self
The value associated with the output.
sourcepub fn set_output_value(self, input: Option<String>) -> Self
pub fn set_output_value(self, input: Option<String>) -> Self
The value associated with the output.
sourcepub fn build(self) -> AwsCloudFormationStackOutputsDetails
pub fn build(self) -> AwsCloudFormationStackOutputsDetails
Consumes the builder and constructs a AwsCloudFormationStackOutputsDetails
.