Struct aws_sdk_ec2::input::create_vpc_endpoint_service_configuration_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateVpcEndpointServiceConfigurationInput
Implementations
Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
Indicates whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use AcceptVpcEndpointConnections.
Indicates whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use AcceptVpcEndpointConnections.
(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.
(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.
Appends an item to network_load_balancer_arns
.
To override the contents of this collection use set_network_load_balancer_arns
.
The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.
The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.
Appends an item to gateway_load_balancer_arns
.
To override the contents of this collection use set_gateway_load_balancer_arns
.
The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.
The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
Appends an item to tag_specifications
.
To override the contents of this collection use set_tag_specifications
.
The tags to associate with the service.
The tags to associate with the service.
Consumes the builder and constructs a CreateVpcEndpointServiceConfigurationInput
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