Struct aws_sdk_directconnect::operation::confirm_connection::builders::ConfirmConnectionFluentBuilder
source · pub struct ConfirmConnectionFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to ConfirmConnection.
Confirms the creation of the specified hosted connection on an interconnect.
Upon creation, the hosted connection is initially in the Ordering state, and remains in this state until the owner confirms creation of the hosted connection.
Implementations§
source§impl ConfirmConnectionFluentBuilder
impl ConfirmConnectionFluentBuilder
sourcepub fn as_input(&self) -> &ConfirmConnectionInputBuilder
pub fn as_input(&self) -> &ConfirmConnectionInputBuilder
Access the ConfirmConnection as a reference.
sourcepub async fn send(
self
) -> Result<ConfirmConnectionOutput, SdkError<ConfirmConnectionError, HttpResponse>>
pub async fn send( self ) -> Result<ConfirmConnectionOutput, SdkError<ConfirmConnectionError, 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<ConfirmConnectionOutput, ConfirmConnectionError>, SdkError<ConfirmConnectionError>>
pub async fn customize( self ) -> Result<CustomizableOperation<ConfirmConnectionOutput, ConfirmConnectionError>, SdkError<ConfirmConnectionError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn connection_id(self, input: impl Into<String>) -> Self
pub fn connection_id(self, input: impl Into<String>) -> Self
The ID of the hosted connection.
sourcepub fn set_connection_id(self, input: Option<String>) -> Self
pub fn set_connection_id(self, input: Option<String>) -> Self
The ID of the hosted connection.
sourcepub fn get_connection_id(&self) -> &Option<String>
pub fn get_connection_id(&self) -> &Option<String>
The ID of the hosted connection.
Trait Implementations§
source§impl Clone for ConfirmConnectionFluentBuilder
impl Clone for ConfirmConnectionFluentBuilder
source§fn clone(&self) -> ConfirmConnectionFluentBuilder
fn clone(&self) -> ConfirmConnectionFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more