pub struct Builder { /* private fields */ }
Expand description
A builder for StackConfigInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn output_resolution(self, input: OutputResolutionStackInput) -> Self
pub fn output_resolution(self, input: OutputResolutionStackInput) -> Self
sourcepub fn set_output_resolution(
self,
input: Option<OutputResolutionStackInput>
) -> Self
pub fn set_output_resolution(
self,
input: Option<OutputResolutionStackInput>
) -> Self
sourcepub fn target_bands(self, input: impl Into<String>) -> Self
pub fn target_bands(self, input: impl Into<String>) -> Self
Appends an item to target_bands
.
To override the contents of this collection use set_target_bands
.
sourcepub fn set_target_bands(self, input: Option<Vec<String>>) -> Self
pub fn set_target_bands(self, input: Option<Vec<String>>) -> Self
sourcepub fn build(self) -> StackConfigInput
pub fn build(self) -> StackConfigInput
Consumes the builder and constructs a StackConfigInput
.