pub struct Builder { /* private fields */ }Expand description
A builder for AssociateApplicationFleetInput.
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 application_arn(self, input: impl Into<String>) -> Self
pub fn application_arn(self, input: impl Into<String>) -> Self
The ARN of the application.
sourcepub fn set_application_arn(self, input: Option<String>) -> Self
pub fn set_application_arn(self, input: Option<String>) -> Self
The ARN of the application.
sourcepub fn build(self) -> Result<AssociateApplicationFleetInput, BuildError>
pub fn build(self) -> Result<AssociateApplicationFleetInput, BuildError>
Consumes the builder and constructs a AssociateApplicationFleetInput.