Struct aws_sdk_batch::operation::submit_job::builders::SubmitJobOutputBuilder
source · #[non_exhaustive]pub struct SubmitJobOutputBuilder { /* private fields */ }
Expand description
A builder for SubmitJobOutput
.
Implementations§
source§impl SubmitJobOutputBuilder
impl SubmitJobOutputBuilder
sourcepub fn job_arn(self, input: impl Into<String>) -> Self
pub fn job_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the job.
sourcepub fn set_job_arn(self, input: Option<String>) -> Self
pub fn set_job_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the job.
sourcepub fn set_job_name(self, input: Option<String>) -> Self
pub fn set_job_name(self, input: Option<String>) -> Self
The name of the job.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The unique identifier for the job.
sourcepub fn build(self) -> SubmitJobOutput
pub fn build(self) -> SubmitJobOutput
Consumes the builder and constructs a SubmitJobOutput
.
Trait Implementations§
source§impl Clone for SubmitJobOutputBuilder
impl Clone for SubmitJobOutputBuilder
source§fn clone(&self) -> SubmitJobOutputBuilder
fn clone(&self) -> SubmitJobOutputBuilder
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 SubmitJobOutputBuilder
impl Debug for SubmitJobOutputBuilder
source§impl Default for SubmitJobOutputBuilder
impl Default for SubmitJobOutputBuilder
source§fn default() -> SubmitJobOutputBuilder
fn default() -> SubmitJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SubmitJobOutputBuilder> for SubmitJobOutputBuilder
impl PartialEq<SubmitJobOutputBuilder> for SubmitJobOutputBuilder
source§fn eq(&self, other: &SubmitJobOutputBuilder) -> bool
fn eq(&self, other: &SubmitJobOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.