Struct aws_sdk_ec2::model::spot_fleet_monitoring::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SpotFleetMonitoring
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Enables monitoring for the instance.
Default: false
sourcepub fn build(self) -> SpotFleetMonitoring
pub fn build(self) -> SpotFleetMonitoring
Consumes the builder and constructs a SpotFleetMonitoring
.