Struct aws_sdk_ec2::output::create_vpc_endpoint_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateVpcEndpointOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn vpc_endpoint(self, input: VpcEndpoint) -> Self
pub fn vpc_endpoint(self, input: VpcEndpoint) -> Self
Information about the endpoint.
sourcepub fn set_vpc_endpoint(self, input: Option<VpcEndpoint>) -> Self
pub fn set_vpc_endpoint(self, input: Option<VpcEndpoint>) -> Self
Information about the endpoint.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
sourcepub fn build(self) -> CreateVpcEndpointOutput
pub fn build(self) -> CreateVpcEndpointOutput
Consumes the builder and constructs a CreateVpcEndpointOutput
.