Struct aws_sdk_apprunner::operation::update_vpc_ingress_connection::builders::UpdateVpcIngressConnectionInputBuilder
source · #[non_exhaustive]pub struct UpdateVpcIngressConnectionInputBuilder { /* private fields */ }
Expand description
A builder for UpdateVpcIngressConnectionInput
.
Implementations§
source§impl UpdateVpcIngressConnectionInputBuilder
impl UpdateVpcIngressConnectionInputBuilder
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.
This field is required.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 get_vpc_ingress_connection_arn(&self) -> &Option<String>
pub fn get_vpc_ingress_connection_arn(&self) -> &Option<String>
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.
This field is required.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.
sourcepub fn get_ingress_vpc_configuration(&self) -> &Option<IngressVpcConfiguration>
pub fn get_ingress_vpc_configuration(&self) -> &Option<IngressVpcConfiguration>
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 build(self) -> Result<UpdateVpcIngressConnectionInput, BuildError>
pub fn build(self) -> Result<UpdateVpcIngressConnectionInput, BuildError>
Consumes the builder and constructs a UpdateVpcIngressConnectionInput
.
source§impl UpdateVpcIngressConnectionInputBuilder
impl UpdateVpcIngressConnectionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateVpcIngressConnectionOutput, SdkError<UpdateVpcIngressConnectionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateVpcIngressConnectionOutput, SdkError<UpdateVpcIngressConnectionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateVpcIngressConnectionInputBuilder
impl Clone for UpdateVpcIngressConnectionInputBuilder
source§fn clone(&self) -> UpdateVpcIngressConnectionInputBuilder
fn clone(&self) -> UpdateVpcIngressConnectionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateVpcIngressConnectionInputBuilder
impl Default for UpdateVpcIngressConnectionInputBuilder
source§fn default() -> UpdateVpcIngressConnectionInputBuilder
fn default() -> UpdateVpcIngressConnectionInputBuilder
source§impl PartialEq for UpdateVpcIngressConnectionInputBuilder
impl PartialEq for UpdateVpcIngressConnectionInputBuilder
source§fn eq(&self, other: &UpdateVpcIngressConnectionInputBuilder) -> bool
fn eq(&self, other: &UpdateVpcIngressConnectionInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.