#[non_exhaustive]pub struct ApplicationFleetAssociationBuilder { /* private fields */ }Expand description
A builder for ApplicationFleetAssociation.
Implementations§
source§impl ApplicationFleetAssociationBuilder
impl ApplicationFleetAssociationBuilder
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 associated with the application.
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 associated with the application.
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 associated with the fleet.
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 associated with the fleet.
sourcepub fn build(self) -> ApplicationFleetAssociation
pub fn build(self) -> ApplicationFleetAssociation
Consumes the builder and constructs a ApplicationFleetAssociation.
Trait Implementations§
source§impl Clone for ApplicationFleetAssociationBuilder
impl Clone for ApplicationFleetAssociationBuilder
source§fn clone(&self) -> ApplicationFleetAssociationBuilder
fn clone(&self) -> ApplicationFleetAssociationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for ApplicationFleetAssociationBuilder
impl Default for ApplicationFleetAssociationBuilder
source§fn default() -> ApplicationFleetAssociationBuilder
fn default() -> ApplicationFleetAssociationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ApplicationFleetAssociationBuilder> for ApplicationFleetAssociationBuilder
impl PartialEq<ApplicationFleetAssociationBuilder> for ApplicationFleetAssociationBuilder
source§fn eq(&self, other: &ApplicationFleetAssociationBuilder) -> bool
fn eq(&self, other: &ApplicationFleetAssociationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.