Struct aws_sdk_ec2::model::delete_fleet_error_item::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteFleetErrorItem
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn error(self, input: DeleteFleetError) -> Self
pub fn error(self, input: DeleteFleetError) -> Self
The error.
sourcepub fn set_error(self, input: Option<DeleteFleetError>) -> Self
pub fn set_error(self, input: Option<DeleteFleetError>) -> Self
The error.
sourcepub fn set_fleet_id(self, input: Option<String>) -> Self
pub fn set_fleet_id(self, input: Option<String>) -> Self
The ID of the EC2 Fleet.
sourcepub fn build(self) -> DeleteFleetErrorItem
pub fn build(self) -> DeleteFleetErrorItem
Consumes the builder and constructs a DeleteFleetErrorItem
.