Struct aws_sdk_appstream::input::associate_fleet_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for AssociateFleetInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn fleet_name(self, input: impl Into<String>) -> Self
pub fn fleet_name(self, input: impl Into<String>) -> Self
The name of the fleet.
sourcepub fn set_fleet_name(self, input: Option<String>) -> Self
pub fn set_fleet_name(self, input: Option<String>) -> Self
The name of the fleet.
sourcepub fn stack_name(self, input: impl Into<String>) -> Self
pub fn stack_name(self, input: impl Into<String>) -> Self
The name of the stack.
sourcepub fn set_stack_name(self, input: Option<String>) -> Self
pub fn set_stack_name(self, input: Option<String>) -> Self
The name of the stack.
sourcepub fn build(self) -> Result<AssociateFleetInput, BuildError>
pub fn build(self) -> Result<AssociateFleetInput, BuildError>
Consumes the builder and constructs a AssociateFleetInput.