Struct aws_sdk_elasticsearch::input::reject_inbound_cross_cluster_search_connection_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RejectInboundCrossClusterSearchConnectionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cross_cluster_search_connection_id(self, input: impl Into<String>) -> Self
pub fn cross_cluster_search_connection_id(self, input: impl Into<String>) -> Self
The id of the inbound connection that you want to reject.
sourcepub fn set_cross_cluster_search_connection_id(
self,
input: Option<String>
) -> Self
pub fn set_cross_cluster_search_connection_id(
self,
input: Option<String>
) -> Self
The id of the inbound connection that you want to reject.
sourcepub fn build(
self
) -> Result<RejectInboundCrossClusterSearchConnectionInput, BuildError>
pub fn build(
self
) -> Result<RejectInboundCrossClusterSearchConnectionInput, BuildError>
Consumes the builder and constructs a RejectInboundCrossClusterSearchConnectionInput
.