Struct aws_sdk_iotfleetwise::model::branch::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Branch
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn fully_qualified_name(self, input: impl Into<String>) -> Self
pub fn fully_qualified_name(self, input: impl Into<String>) -> Self
The fully qualified name of the branch. For example, the fully qualified name of a branch might be Vehicle.Body.Engine
.
sourcepub fn set_fully_qualified_name(self, input: Option<String>) -> Self
pub fn set_fully_qualified_name(self, input: Option<String>) -> Self
The fully qualified name of the branch. For example, the fully qualified name of a branch might be Vehicle.Body.Engine
.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A brief description of the branch.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A brief description of the branch.