Struct aws_sdk_ec2::output::bundle_instance_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for BundleInstanceOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn bundle_task(self, input: BundleTask) -> Self
pub fn bundle_task(self, input: BundleTask) -> Self
Information about the bundle task.
sourcepub fn set_bundle_task(self, input: Option<BundleTask>) -> Self
pub fn set_bundle_task(self, input: Option<BundleTask>) -> Self
Information about the bundle task.
sourcepub fn build(self) -> BundleInstanceOutput
pub fn build(self) -> BundleInstanceOutput
Consumes the builder and constructs a BundleInstanceOutput
.