Struct aws_sdk_ec2::output::copy_fpga_image_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CopyFpgaImageOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn fpga_image_id(self, input: impl Into<String>) -> Self
pub fn fpga_image_id(self, input: impl Into<String>) -> Self
The ID of the new AFI.
sourcepub fn set_fpga_image_id(self, input: Option<String>) -> Self
pub fn set_fpga_image_id(self, input: Option<String>) -> Self
The ID of the new AFI.
sourcepub fn build(self) -> CopyFpgaImageOutput
pub fn build(self) -> CopyFpgaImageOutput
Consumes the builder and constructs a CopyFpgaImageOutput
.