Struct aws_sdk_apprunner::operation::create_vpc_ingress_connection::builders::CreateVpcIngressConnectionInputBuilder
source · #[non_exhaustive]pub struct CreateVpcIngressConnectionInputBuilder { /* private fields */ }
Expand description
A builder for CreateVpcIngressConnectionInput
.
Implementations§
source§impl CreateVpcIngressConnectionInputBuilder
impl CreateVpcIngressConnectionInputBuilder
sourcepub fn service_arn(self, input: impl Into<String>) -> Self
pub fn service_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.
This field is required.sourcepub fn set_service_arn(self, input: Option<String>) -> Self
pub fn set_service_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.
sourcepub fn get_service_arn(&self) -> &Option<String>
pub fn get_service_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.
sourcepub fn vpc_ingress_connection_name(self, input: impl Into<String>) -> Self
pub fn vpc_ingress_connection_name(self, input: impl Into<String>) -> Self
A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your Amazon Web Services account in the Amazon Web Services Region.
This field is required.sourcepub fn set_vpc_ingress_connection_name(self, input: Option<String>) -> Self
pub fn set_vpc_ingress_connection_name(self, input: Option<String>) -> Self
A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your Amazon Web Services account in the Amazon Web Services Region.
sourcepub fn get_vpc_ingress_connection_name(&self) -> &Option<String>
pub fn get_vpc_ingress_connection_name(&self) -> &Option<String>
A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your Amazon Web Services account in the Amazon Web Services Region.
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 create 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 create 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 create the VPC Ingress Connection resource.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.
An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.
An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.
sourcepub fn build(self) -> Result<CreateVpcIngressConnectionInput, BuildError>
pub fn build(self) -> Result<CreateVpcIngressConnectionInput, BuildError>
Consumes the builder and constructs a CreateVpcIngressConnectionInput
.
source§impl CreateVpcIngressConnectionInputBuilder
impl CreateVpcIngressConnectionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateVpcIngressConnectionOutput, SdkError<CreateVpcIngressConnectionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateVpcIngressConnectionOutput, SdkError<CreateVpcIngressConnectionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateVpcIngressConnectionInputBuilder
impl Clone for CreateVpcIngressConnectionInputBuilder
source§fn clone(&self) -> CreateVpcIngressConnectionInputBuilder
fn clone(&self) -> CreateVpcIngressConnectionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateVpcIngressConnectionInputBuilder
impl Default for CreateVpcIngressConnectionInputBuilder
source§fn default() -> CreateVpcIngressConnectionInputBuilder
fn default() -> CreateVpcIngressConnectionInputBuilder
source§impl PartialEq for CreateVpcIngressConnectionInputBuilder
impl PartialEq for CreateVpcIngressConnectionInputBuilder
source§fn eq(&self, other: &CreateVpcIngressConnectionInputBuilder) -> bool
fn eq(&self, other: &CreateVpcIngressConnectionInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.