Struct aws_sdk_ec2::output::create_dhcp_options_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateDhcpOptionsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn dhcp_options(self, input: DhcpOptions) -> Self
pub fn dhcp_options(self, input: DhcpOptions) -> Self
A set of DHCP options.
sourcepub fn set_dhcp_options(self, input: Option<DhcpOptions>) -> Self
pub fn set_dhcp_options(self, input: Option<DhcpOptions>) -> Self
A set of DHCP options.
sourcepub fn build(self) -> CreateDhcpOptionsOutput
pub fn build(self) -> CreateDhcpOptionsOutput
Consumes the builder and constructs a CreateDhcpOptionsOutput
.