Struct aws_sdk_appstream::model::compute_capacity::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ComputeCapacity
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn desired_instances(self, input: i32) -> Self
pub fn desired_instances(self, input: i32) -> Self
The desired number of streaming instances.
sourcepub fn set_desired_instances(self, input: Option<i32>) -> Self
pub fn set_desired_instances(self, input: Option<i32>) -> Self
The desired number of streaming instances.
sourcepub fn build(self) -> ComputeCapacity
pub fn build(self) -> ComputeCapacity
Consumes the builder and constructs a ComputeCapacity
.