pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteVpcEndpointInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
Unique, case-sensitive identifier to ensure 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 to ensure idempotency of the request.
sourcepub fn build(self) -> Result<DeleteVpcEndpointInput, BuildError>
pub fn build(self) -> Result<DeleteVpcEndpointInput, BuildError>
Consumes the builder and constructs a DeleteVpcEndpointInput
.