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