pub struct ConfirmConnection { /* 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 ConfirmConnection
impl ConfirmConnection
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<ConfirmConnection, AwsResponseRetryClassifier>, SdkError<ConfirmConnectionError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<ConfirmConnection, AwsResponseRetryClassifier>, SdkError<ConfirmConnectionError>>
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<ConfirmConnectionOutput, SdkError<ConfirmConnectionError>>
pub async fn send(
self
) -> Result<ConfirmConnectionOutput, SdkError<ConfirmConnectionError>>
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 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.
Trait Implementations§
source§impl Clone for ConfirmConnection
impl Clone for ConfirmConnection
source§fn clone(&self) -> ConfirmConnection
fn clone(&self) -> ConfirmConnection
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more