Struct aws_sdk_emrcontainers::operation::delete_job_template::builders::DeleteJobTemplateFluentBuilder
source · pub struct DeleteJobTemplateFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteJobTemplate.
Deletes a job template. Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.
Implementations§
source§impl DeleteJobTemplateFluentBuilder
impl DeleteJobTemplateFluentBuilder
sourcepub fn as_input(&self) -> &DeleteJobTemplateInputBuilder
pub fn as_input(&self) -> &DeleteJobTemplateInputBuilder
Access the DeleteJobTemplate as a reference.
sourcepub async fn send(
self
) -> Result<DeleteJobTemplateOutput, SdkError<DeleteJobTemplateError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteJobTemplateOutput, SdkError<DeleteJobTemplateError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteJobTemplateOutput, DeleteJobTemplateError>, SdkError<DeleteJobTemplateError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DeleteJobTemplateOutput, DeleteJobTemplateError>, SdkError<DeleteJobTemplateError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID of the job template that will be deleted.
Trait Implementations§
source§impl Clone for DeleteJobTemplateFluentBuilder
impl Clone for DeleteJobTemplateFluentBuilder
source§fn clone(&self) -> DeleteJobTemplateFluentBuilder
fn clone(&self) -> DeleteJobTemplateFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more