Struct aws_sdk_kafka::model::serverless_request::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ServerlessRequest
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn vpc_configs(self, input: VpcConfig) -> Self
pub fn vpc_configs(self, input: VpcConfig) -> Self
Appends an item to vpc_configs
.
To override the contents of this collection use set_vpc_configs
.
The configuration of the Amazon VPCs for the cluster.
sourcepub fn set_vpc_configs(self, input: Option<Vec<VpcConfig>>) -> Self
pub fn set_vpc_configs(self, input: Option<Vec<VpcConfig>>) -> Self
The configuration of the Amazon VPCs for the cluster.
sourcepub fn client_authentication(self, input: ServerlessClientAuthentication) -> Self
pub fn client_authentication(self, input: ServerlessClientAuthentication) -> Self
Includes all client authentication information.
sourcepub fn set_client_authentication(
self,
input: Option<ServerlessClientAuthentication>
) -> Self
pub fn set_client_authentication(
self,
input: Option<ServerlessClientAuthentication>
) -> Self
Includes all client authentication information.
sourcepub fn build(self) -> ServerlessRequest
pub fn build(self) -> ServerlessRequest
Consumes the builder and constructs a ServerlessRequest
.