#[non_exhaustive]pub struct CreateOtaUpdateOutputBuilder { /* private fields */ }
Expand description
A builder for CreateOtaUpdateOutput
.
Implementations§
source§impl CreateOtaUpdateOutputBuilder
impl CreateOtaUpdateOutputBuilder
sourcepub fn ota_update_id(self, input: impl Into<String>) -> Self
pub fn ota_update_id(self, input: impl Into<String>) -> Self
The OTA update ID.
sourcepub fn set_ota_update_id(self, input: Option<String>) -> Self
pub fn set_ota_update_id(self, input: Option<String>) -> Self
The OTA update ID.
sourcepub fn aws_iot_job_id(self, input: impl Into<String>) -> Self
pub fn aws_iot_job_id(self, input: impl Into<String>) -> Self
The IoT job ID associated with the OTA update.
sourcepub fn set_aws_iot_job_id(self, input: Option<String>) -> Self
pub fn set_aws_iot_job_id(self, input: Option<String>) -> Self
The IoT job ID associated with the OTA update.
sourcepub fn ota_update_arn(self, input: impl Into<String>) -> Self
pub fn ota_update_arn(self, input: impl Into<String>) -> Self
The OTA update ARN.
sourcepub fn set_ota_update_arn(self, input: Option<String>) -> Self
pub fn set_ota_update_arn(self, input: Option<String>) -> Self
The OTA update ARN.
sourcepub fn aws_iot_job_arn(self, input: impl Into<String>) -> Self
pub fn aws_iot_job_arn(self, input: impl Into<String>) -> Self
The IoT job ARN associated with the OTA update.
sourcepub fn set_aws_iot_job_arn(self, input: Option<String>) -> Self
pub fn set_aws_iot_job_arn(self, input: Option<String>) -> Self
The IoT job ARN associated with the OTA update.
sourcepub fn ota_update_status(self, input: OtaUpdateStatus) -> Self
pub fn ota_update_status(self, input: OtaUpdateStatus) -> Self
The OTA update status.
sourcepub fn set_ota_update_status(self, input: Option<OtaUpdateStatus>) -> Self
pub fn set_ota_update_status(self, input: Option<OtaUpdateStatus>) -> Self
The OTA update status.
sourcepub fn build(self) -> CreateOtaUpdateOutput
pub fn build(self) -> CreateOtaUpdateOutput
Consumes the builder and constructs a CreateOtaUpdateOutput
.
Trait Implementations§
source§impl Clone for CreateOtaUpdateOutputBuilder
impl Clone for CreateOtaUpdateOutputBuilder
source§fn clone(&self) -> CreateOtaUpdateOutputBuilder
fn clone(&self) -> CreateOtaUpdateOutputBuilder
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 Debug for CreateOtaUpdateOutputBuilder
impl Debug for CreateOtaUpdateOutputBuilder
source§impl Default for CreateOtaUpdateOutputBuilder
impl Default for CreateOtaUpdateOutputBuilder
source§fn default() -> CreateOtaUpdateOutputBuilder
fn default() -> CreateOtaUpdateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateOtaUpdateOutputBuilder> for CreateOtaUpdateOutputBuilder
impl PartialEq<CreateOtaUpdateOutputBuilder> for CreateOtaUpdateOutputBuilder
source§fn eq(&self, other: &CreateOtaUpdateOutputBuilder) -> bool
fn eq(&self, other: &CreateOtaUpdateOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.