Struct aws_sdk_batch::input::delete_job_queue_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteJobQueueInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn job_queue(self, input: impl Into<String>) -> Self
pub fn job_queue(self, input: impl Into<String>) -> Self
The short name or full Amazon Resource Name (ARN) of the queue to delete.
sourcepub fn set_job_queue(self, input: Option<String>) -> Self
pub fn set_job_queue(self, input: Option<String>) -> Self
The short name or full Amazon Resource Name (ARN) of the queue to delete.
sourcepub fn build(self) -> Result<DeleteJobQueueInput, BuildError>
pub fn build(self) -> Result<DeleteJobQueueInput, BuildError>
Consumes the builder and constructs a DeleteJobQueueInput
.