pub struct UpdateVpcIngressConnection { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateVpcIngressConnection
.
Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated:
-
AVAILABLE
-
FAILED_CREATION
-
FAILED_UPDATE
Implementations§
source§impl UpdateVpcIngressConnection
impl UpdateVpcIngressConnection
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdateVpcIngressConnection, AwsResponseRetryClassifier>, SdkError<UpdateVpcIngressConnectionError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<UpdateVpcIngressConnection, AwsResponseRetryClassifier>, SdkError<UpdateVpcIngressConnectionError>>
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<UpdateVpcIngressConnectionOutput, SdkError<UpdateVpcIngressConnectionError>>
pub async fn send(
self
) -> Result<UpdateVpcIngressConnectionOutput, SdkError<UpdateVpcIngressConnectionError>>
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 vpc_ingress_connection_arn(self, input: impl Into<String>) -> Self
pub fn vpc_ingress_connection_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
sourcepub fn set_vpc_ingress_connection_arn(self, input: Option<String>) -> Self
pub fn set_vpc_ingress_connection_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
sourcepub fn ingress_vpc_configuration(self, input: IngressVpcConfiguration) -> Self
pub fn ingress_vpc_configuration(self, input: IngressVpcConfiguration) -> Self
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to update the VPC Ingress Connection resource.
sourcepub fn set_ingress_vpc_configuration(
self,
input: Option<IngressVpcConfiguration>
) -> Self
pub fn set_ingress_vpc_configuration(
self,
input: Option<IngressVpcConfiguration>
) -> Self
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to update the VPC Ingress Connection resource.
Trait Implementations§
source§impl Clone for UpdateVpcIngressConnection
impl Clone for UpdateVpcIngressConnection
source§fn clone(&self) -> UpdateVpcIngressConnection
fn clone(&self) -> UpdateVpcIngressConnection
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more