Struct aws_sdk_proton::operation::update_service_sync_config::builders::UpdateServiceSyncConfigFluentBuilder
source · pub struct UpdateServiceSyncConfigFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateServiceSyncConfig
.
Update the Proton Ops config file.
Implementations§
source§impl UpdateServiceSyncConfigFluentBuilder
impl UpdateServiceSyncConfigFluentBuilder
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdateServiceSyncConfig, AwsResponseRetryClassifier>, SdkError<UpdateServiceSyncConfigError>>
pub async fn customize( self ) -> Result<CustomizableOperation<UpdateServiceSyncConfig, AwsResponseRetryClassifier>, SdkError<UpdateServiceSyncConfigError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<UpdateServiceSyncConfigOutput, SdkError<UpdateServiceSyncConfigError>>
pub async fn send( self ) -> Result<UpdateServiceSyncConfigOutput, SdkError<UpdateServiceSyncConfigError>>
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 fn service_name(self, input: impl Into<String>) -> Self
pub fn service_name(self, input: impl Into<String>) -> Self
The name of the service the Proton Ops file is for.
sourcepub fn set_service_name(self, input: Option<String>) -> Self
pub fn set_service_name(self, input: Option<String>) -> Self
The name of the service the Proton Ops file is for.
sourcepub fn repository_provider(self, input: RepositoryProvider) -> Self
pub fn repository_provider(self, input: RepositoryProvider) -> Self
The name of the repository provider where the Proton Ops file is found.
sourcepub fn set_repository_provider(self, input: Option<RepositoryProvider>) -> Self
pub fn set_repository_provider(self, input: Option<RepositoryProvider>) -> Self
The name of the repository provider where the Proton Ops file is found.
sourcepub fn repository_name(self, input: impl Into<String>) -> Self
pub fn repository_name(self, input: impl Into<String>) -> Self
The name of the repository where the Proton Ops file is found.
sourcepub fn set_repository_name(self, input: Option<String>) -> Self
pub fn set_repository_name(self, input: Option<String>) -> Self
The name of the repository where the Proton Ops file is found.
sourcepub fn branch(self, input: impl Into<String>) -> Self
pub fn branch(self, input: impl Into<String>) -> Self
The name of the code repository branch where the Proton Ops file is found.
sourcepub fn set_branch(self, input: Option<String>) -> Self
pub fn set_branch(self, input: Option<String>) -> Self
The name of the code repository branch where the Proton Ops file is found.
sourcepub fn set_file_path(self, input: Option<String>) -> Self
pub fn set_file_path(self, input: Option<String>) -> Self
The path to the Proton Ops file.
Trait Implementations§
source§impl Clone for UpdateServiceSyncConfigFluentBuilder
impl Clone for UpdateServiceSyncConfigFluentBuilder
source§fn clone(&self) -> UpdateServiceSyncConfigFluentBuilder
fn clone(&self) -> UpdateServiceSyncConfigFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more