#[non_exhaustive]pub struct VpcIngressConnectionSummaryBuilder { /* private fields */ }
Expand description
A builder for VpcIngressConnectionSummary
.
Implementations§
source§impl VpcIngressConnectionSummaryBuilder
impl VpcIngressConnectionSummaryBuilder
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) of the VPC Ingress Connection.
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) of the VPC Ingress Connection.
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) of the service associated with the VPC Ingress Connection.
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) of the service associated with the VPC Ingress Connection.
sourcepub fn build(self) -> VpcIngressConnectionSummary
pub fn build(self) -> VpcIngressConnectionSummary
Consumes the builder and constructs a VpcIngressConnectionSummary
.
Trait Implementations§
source§impl Clone for VpcIngressConnectionSummaryBuilder
impl Clone for VpcIngressConnectionSummaryBuilder
source§fn clone(&self) -> VpcIngressConnectionSummaryBuilder
fn clone(&self) -> VpcIngressConnectionSummaryBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for VpcIngressConnectionSummaryBuilder
impl Default for VpcIngressConnectionSummaryBuilder
source§fn default() -> VpcIngressConnectionSummaryBuilder
fn default() -> VpcIngressConnectionSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<VpcIngressConnectionSummaryBuilder> for VpcIngressConnectionSummaryBuilder
impl PartialEq<VpcIngressConnectionSummaryBuilder> for VpcIngressConnectionSummaryBuilder
source§fn eq(&self, other: &VpcIngressConnectionSummaryBuilder) -> bool
fn eq(&self, other: &VpcIngressConnectionSummaryBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.