#[non_exhaustive]pub struct UpdateQueueInputBuilder { /* private fields */ }Expand description
A builder for UpdateQueueInput.
Implementations§
source§impl UpdateQueueInputBuilder
 
impl UpdateQueueInputBuilder
sourcepub fn client_token(self, input: impl Into<String>) -> Self
 
pub fn client_token(self, input: impl Into<String>) -> Self
The idempotency token to update in the queue.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
 
pub fn set_client_token(self, input: Option<String>) -> Self
The idempotency token to update in the queue.
sourcepub fn get_client_token(&self) -> &Option<String>
 
pub fn get_client_token(&self) -> &Option<String>
The idempotency token to update in the queue.
sourcepub fn farm_id(self, input: impl Into<String>) -> Self
 
pub fn farm_id(self, input: impl Into<String>) -> Self
The farm ID to update in the queue.
This field is required.sourcepub fn set_farm_id(self, input: Option<String>) -> Self
 
pub fn set_farm_id(self, input: Option<String>) -> Self
The farm ID to update in the queue.
sourcepub fn get_farm_id(&self) -> &Option<String>
 
pub fn get_farm_id(&self) -> &Option<String>
The farm ID to update in the queue.
sourcepub fn queue_id(self, input: impl Into<String>) -> Self
 
pub fn queue_id(self, input: impl Into<String>) -> Self
The queue ID to update.
This field is required.sourcepub fn set_queue_id(self, input: Option<String>) -> Self
 
pub fn set_queue_id(self, input: Option<String>) -> Self
The queue ID to update.
sourcepub fn get_queue_id(&self) -> &Option<String>
 
pub fn get_queue_id(&self) -> &Option<String>
The queue ID to update.
sourcepub fn display_name(self, input: impl Into<String>) -> Self
 
pub fn display_name(self, input: impl Into<String>) -> Self
The display name of the queue to update.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
 
pub fn set_display_name(self, input: Option<String>) -> Self
The display name of the queue to update.
sourcepub fn get_display_name(&self) -> &Option<String>
 
pub fn get_display_name(&self) -> &Option<String>
The display name of the queue to update.
sourcepub fn description(self, input: impl Into<String>) -> Self
 
pub fn description(self, input: impl Into<String>) -> Self
The description of the queue to update.
sourcepub fn set_description(self, input: Option<String>) -> Self
 
pub fn set_description(self, input: Option<String>) -> Self
The description of the queue to update.
sourcepub fn get_description(&self) -> &Option<String>
 
pub fn get_description(&self) -> &Option<String>
The description of the queue to update.
sourcepub fn default_budget_action(self, input: DefaultQueueBudgetAction) -> Self
 
pub fn default_budget_action(self, input: DefaultQueueBudgetAction) -> Self
The default action to take for a queue update if a budget isn't configured.
sourcepub fn set_default_budget_action(
    self,
    input: Option<DefaultQueueBudgetAction>
) -> Self
 
pub fn set_default_budget_action( self, input: Option<DefaultQueueBudgetAction> ) -> Self
The default action to take for a queue update if a budget isn't configured.
sourcepub fn get_default_budget_action(&self) -> &Option<DefaultQueueBudgetAction>
 
pub fn get_default_budget_action(&self) -> &Option<DefaultQueueBudgetAction>
The default action to take for a queue update if a budget isn't configured.
sourcepub fn job_attachment_settings(self, input: JobAttachmentSettings) -> Self
 
pub fn job_attachment_settings(self, input: JobAttachmentSettings) -> Self
The job attachment settings to update for the queue.
sourcepub fn set_job_attachment_settings(
    self,
    input: Option<JobAttachmentSettings>
) -> Self
 
pub fn set_job_attachment_settings( self, input: Option<JobAttachmentSettings> ) -> Self
The job attachment settings to update for the queue.
sourcepub fn get_job_attachment_settings(&self) -> &Option<JobAttachmentSettings>
 
pub fn get_job_attachment_settings(&self) -> &Option<JobAttachmentSettings>
The job attachment settings to update for the queue.
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
 
pub fn role_arn(self, input: impl Into<String>) -> Self
The IAM role ARN that's used to run jobs from this queue.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
 
pub fn set_role_arn(self, input: Option<String>) -> Self
The IAM role ARN that's used to run jobs from this queue.
sourcepub fn get_role_arn(&self) -> &Option<String>
 
pub fn get_role_arn(&self) -> &Option<String>
The IAM role ARN that's used to run jobs from this queue.
sourcepub fn job_run_as_user(self, input: JobRunAsUser) -> Self
 
pub fn job_run_as_user(self, input: JobRunAsUser) -> Self
Update the jobs in the queue to run as a specified POSIX user.
sourcepub fn set_job_run_as_user(self, input: Option<JobRunAsUser>) -> Self
 
pub fn set_job_run_as_user(self, input: Option<JobRunAsUser>) -> Self
Update the jobs in the queue to run as a specified POSIX user.
sourcepub fn get_job_run_as_user(&self) -> &Option<JobRunAsUser>
 
pub fn get_job_run_as_user(&self) -> &Option<JobRunAsUser>
Update the jobs in the queue to run as a specified POSIX user.
sourcepub fn required_file_system_location_names_to_add(
    self,
    input: impl Into<String>
) -> Self
 
pub fn required_file_system_location_names_to_add( self, input: impl Into<String> ) -> Self
Appends an item to required_file_system_location_names_to_add.
To override the contents of this collection use set_required_file_system_location_names_to_add.
The required file system location names to add to the queue.
sourcepub fn set_required_file_system_location_names_to_add(
    self,
    input: Option<Vec<String>>
) -> Self
 
pub fn set_required_file_system_location_names_to_add( self, input: Option<Vec<String>> ) -> Self
The required file system location names to add to the queue.
sourcepub fn get_required_file_system_location_names_to_add(
    &self
) -> &Option<Vec<String>>
 
pub fn get_required_file_system_location_names_to_add( &self ) -> &Option<Vec<String>>
The required file system location names to add to the queue.
sourcepub fn required_file_system_location_names_to_remove(
    self,
    input: impl Into<String>
) -> Self
 
pub fn required_file_system_location_names_to_remove( self, input: impl Into<String> ) -> Self
Appends an item to required_file_system_location_names_to_remove.
To override the contents of this collection use set_required_file_system_location_names_to_remove.
The required file system location names to remove from the queue.
sourcepub fn set_required_file_system_location_names_to_remove(
    self,
    input: Option<Vec<String>>
) -> Self
 
pub fn set_required_file_system_location_names_to_remove( self, input: Option<Vec<String>> ) -> Self
The required file system location names to remove from the queue.
sourcepub fn get_required_file_system_location_names_to_remove(
    &self
) -> &Option<Vec<String>>
 
pub fn get_required_file_system_location_names_to_remove( &self ) -> &Option<Vec<String>>
The required file system location names to remove from the queue.
sourcepub fn allowed_storage_profile_ids_to_add(
    self,
    input: impl Into<String>
) -> Self
 
pub fn allowed_storage_profile_ids_to_add( self, input: impl Into<String> ) -> Self
Appends an item to allowed_storage_profile_ids_to_add.
To override the contents of this collection use set_allowed_storage_profile_ids_to_add.
The storage profile IDs to add.
sourcepub fn set_allowed_storage_profile_ids_to_add(
    self,
    input: Option<Vec<String>>
) -> Self
 
pub fn set_allowed_storage_profile_ids_to_add( self, input: Option<Vec<String>> ) -> Self
The storage profile IDs to add.
sourcepub fn get_allowed_storage_profile_ids_to_add(&self) -> &Option<Vec<String>>
 
pub fn get_allowed_storage_profile_ids_to_add(&self) -> &Option<Vec<String>>
The storage profile IDs to add.
sourcepub fn allowed_storage_profile_ids_to_remove(
    self,
    input: impl Into<String>
) -> Self
 
pub fn allowed_storage_profile_ids_to_remove( self, input: impl Into<String> ) -> Self
Appends an item to allowed_storage_profile_ids_to_remove.
To override the contents of this collection use set_allowed_storage_profile_ids_to_remove.
The storage profile ID to remove.
sourcepub fn set_allowed_storage_profile_ids_to_remove(
    self,
    input: Option<Vec<String>>
) -> Self
 
pub fn set_allowed_storage_profile_ids_to_remove( self, input: Option<Vec<String>> ) -> Self
The storage profile ID to remove.
sourcepub fn get_allowed_storage_profile_ids_to_remove(&self) -> &Option<Vec<String>>
 
pub fn get_allowed_storage_profile_ids_to_remove(&self) -> &Option<Vec<String>>
The storage profile ID to remove.
sourcepub fn build(self) -> Result<UpdateQueueInput, BuildError>
 
pub fn build(self) -> Result<UpdateQueueInput, BuildError>
Consumes the builder and constructs a UpdateQueueInput.
source§impl UpdateQueueInputBuilder
 
impl UpdateQueueInputBuilder
sourcepub async fn send_with(
    self,
    client: &Client
) -> Result<UpdateQueueOutput, SdkError<UpdateQueueError, HttpResponse>>
 
pub async fn send_with( self, client: &Client ) -> Result<UpdateQueueOutput, SdkError<UpdateQueueError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateQueueInputBuilder
 
impl Clone for UpdateQueueInputBuilder
source§fn clone(&self) -> UpdateQueueInputBuilder
 
fn clone(&self) -> UpdateQueueInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UpdateQueueInputBuilder
 
impl Debug for UpdateQueueInputBuilder
source§impl Default for UpdateQueueInputBuilder
 
impl Default for UpdateQueueInputBuilder
source§fn default() -> UpdateQueueInputBuilder
 
fn default() -> UpdateQueueInputBuilder
source§impl PartialEq for UpdateQueueInputBuilder
 
impl PartialEq for UpdateQueueInputBuilder
source§fn eq(&self, other: &UpdateQueueInputBuilder) -> bool
 
fn eq(&self, other: &UpdateQueueInputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateQueueInputBuilder
Auto Trait Implementations§
impl Freeze for UpdateQueueInputBuilder
impl RefUnwindSafe for UpdateQueueInputBuilder
impl Send for UpdateQueueInputBuilder
impl Sync for UpdateQueueInputBuilder
impl Unpin for UpdateQueueInputBuilder
impl UnwindSafe for UpdateQueueInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more