Struct aws_sdk_iot::input::get_job_document_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetJobDocumentInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The unique identifier you assigned to this job when it was created.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The unique identifier you assigned to this job when it was created.
sourcepub fn build(self) -> Result<GetJobDocumentInput, BuildError>
pub fn build(self) -> Result<GetJobDocumentInput, BuildError>
Consumes the builder and constructs a GetJobDocumentInput
.