pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyFpgaImageAttributeOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn fpga_image_attribute(self, input: FpgaImageAttribute) -> Self
pub fn fpga_image_attribute(self, input: FpgaImageAttribute) -> Self
Information about the attribute.
sourcepub fn set_fpga_image_attribute(self, input: Option<FpgaImageAttribute>) -> Self
pub fn set_fpga_image_attribute(self, input: Option<FpgaImageAttribute>) -> Self
Information about the attribute.
sourcepub fn build(self) -> ModifyFpgaImageAttributeOutput
pub fn build(self) -> ModifyFpgaImageAttributeOutput
Consumes the builder and constructs a ModifyFpgaImageAttributeOutput
.