pub struct Builder { /* private fields */ }
Expand description
A builder for CreateVpcEndpointServiceConfigurationOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn service_configuration(self, input: ServiceConfiguration) -> Self
pub fn service_configuration(self, input: ServiceConfiguration) -> Self
Information about the service configuration.
sourcepub fn set_service_configuration(
self,
input: Option<ServiceConfiguration>
) -> Self
pub fn set_service_configuration(
self,
input: Option<ServiceConfiguration>
) -> Self
Information about the service configuration.
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) -> CreateVpcEndpointServiceConfigurationOutput
pub fn build(self) -> CreateVpcEndpointServiceConfigurationOutput
Consumes the builder and constructs a CreateVpcEndpointServiceConfigurationOutput
.