Struct aws_sdk_osis::operation::get_pipeline_change_progress::builders::GetPipelineChangeProgressFluentBuilder
source · pub struct GetPipelineChangeProgressFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetPipelineChangeProgress.
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline. Currently, this operation only returns information when a pipeline is being created.
For more information, see Tracking the status of pipeline creation.
Implementations§
source§impl GetPipelineChangeProgressFluentBuilder
impl GetPipelineChangeProgressFluentBuilder
sourcepub fn as_input(&self) -> &GetPipelineChangeProgressInputBuilder
pub fn as_input(&self) -> &GetPipelineChangeProgressInputBuilder
Access the GetPipelineChangeProgress as a reference.
sourcepub async fn send(
self
) -> Result<GetPipelineChangeProgressOutput, SdkError<GetPipelineChangeProgressError, HttpResponse>>
pub async fn send( self ) -> Result<GetPipelineChangeProgressOutput, SdkError<GetPipelineChangeProgressError, 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<GetPipelineChangeProgressOutput, GetPipelineChangeProgressError>, SdkError<GetPipelineChangeProgressError>>
pub async fn customize( self ) -> Result<CustomizableOperation<GetPipelineChangeProgressOutput, GetPipelineChangeProgressError>, SdkError<GetPipelineChangeProgressError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn pipeline_name(self, input: impl Into<String>) -> Self
pub fn pipeline_name(self, input: impl Into<String>) -> Self
The name of the pipeline.
sourcepub fn set_pipeline_name(self, input: Option<String>) -> Self
pub fn set_pipeline_name(self, input: Option<String>) -> Self
The name of the pipeline.
sourcepub fn get_pipeline_name(&self) -> &Option<String>
pub fn get_pipeline_name(&self) -> &Option<String>
The name of the pipeline.
Trait Implementations§
source§impl Clone for GetPipelineChangeProgressFluentBuilder
impl Clone for GetPipelineChangeProgressFluentBuilder
source§fn clone(&self) -> GetPipelineChangeProgressFluentBuilder
fn clone(&self) -> GetPipelineChangeProgressFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more