Struct aws_sdk_ec2::output::get_instance_uefi_data_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetInstanceUefiDataOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn instance_id(self, input: impl Into<String>) -> Self
pub fn instance_id(self, input: impl Into<String>) -> Self
The ID of the instance from which to retrieve the UEFI data.
sourcepub fn set_instance_id(self, input: Option<String>) -> Self
pub fn set_instance_id(self, input: Option<String>) -> Self
The ID of the instance from which to retrieve the UEFI data.
sourcepub fn uefi_data(self, input: impl Into<String>) -> Self
pub fn uefi_data(self, input: impl Into<String>) -> Self
Base64 representation of the non-volatile UEFI variable store.
sourcepub fn set_uefi_data(self, input: Option<String>) -> Self
pub fn set_uefi_data(self, input: Option<String>) -> Self
Base64 representation of the non-volatile UEFI variable store.
sourcepub fn build(self) -> GetInstanceUefiDataOutput
pub fn build(self) -> GetInstanceUefiDataOutput
Consumes the builder and constructs a GetInstanceUefiDataOutput
.