Struct aws_sdk_iotfleetwise::input::create_fleet_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateFleetInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_fleet_id(self, input: Option<String>) -> Self
pub fn set_fleet_id(self, input: Option<String>) -> Self
The unique ID of the fleet to create.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A brief description of the fleet to create.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A brief description of the fleet to create.
sourcepub fn signal_catalog_arn(self, input: impl Into<String>) -> Self
pub fn signal_catalog_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of a signal catalog.
sourcepub fn set_signal_catalog_arn(self, input: Option<String>) -> Self
pub fn set_signal_catalog_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of a signal catalog.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Metadata that can be used to manage the fleet.
Metadata that can be used to manage the fleet.
sourcepub fn build(self) -> Result<CreateFleetInput, BuildError>
pub fn build(self) -> Result<CreateFleetInput, BuildError>
Consumes the builder and constructs a CreateFleetInput
.