Struct aws_sdk_securityhub::model::aws_ec2_vpc_endpoint_service_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsEc2VpcEndpointServiceDetails
Implementations
Whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.
Whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.
Appends an item to availability_zones
.
To override the contents of this collection use set_availability_zones
.
The Availability Zones where the service is available.
The Availability Zones where the service is available.
Appends an item to base_endpoint_dns_names
.
To override the contents of this collection use set_base_endpoint_dns_names
.
The DNS names for the service.
The DNS names for the service.
Whether the service manages its VPC endpoints.
Whether the service manages its VPC endpoints.
Appends an item to gateway_load_balancer_arns
.
To override the contents of this collection use set_gateway_load_balancer_arns
.
The ARNs of the Gateway Load Balancers for the service.
The ARNs of the Gateway Load Balancers for the service.
Appends an item to network_load_balancer_arns
.
To override the contents of this collection use set_network_load_balancer_arns
.
The ARNs of the Network Load Balancers for the service.
The ARNs of the Network Load Balancers for the service.
The private DNS name for the service.
The private DNS name for the service.
The identifier of the service.
The identifier of the service.
The name of the service.
The name of the service.
The current state of the service.
The current state of the service.
pub fn service_type(
self,
input: impl Into<AwsEc2VpcEndpointServiceServiceTypeDetails>
) -> Self
pub fn service_type(
self,
input: impl Into<AwsEc2VpcEndpointServiceServiceTypeDetails>
) -> Self
Appends an item to service_type
.
To override the contents of this collection use set_service_type
.
The types for the service.
pub fn set_service_type(
self,
input: Option<Vec<AwsEc2VpcEndpointServiceServiceTypeDetails>>
) -> Self
pub fn set_service_type(
self,
input: Option<Vec<AwsEc2VpcEndpointServiceServiceTypeDetails>>
) -> Self
The types for the service.
Consumes the builder and constructs a AwsEc2VpcEndpointServiceDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more