Struct aws_sdk_elasticsearch::output::reject_inbound_cross_cluster_search_connection_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for RejectInboundCrossClusterSearchConnectionOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cross_cluster_search_connection(
self,
input: InboundCrossClusterSearchConnection
) -> Self
pub fn cross_cluster_search_connection(
self,
input: InboundCrossClusterSearchConnection
) -> Self
Specifies the of rejected inbound connection. InboundCrossClusterSearchConnection
sourcepub fn set_cross_cluster_search_connection(
self,
input: Option<InboundCrossClusterSearchConnection>
) -> Self
pub fn set_cross_cluster_search_connection(
self,
input: Option<InboundCrossClusterSearchConnection>
) -> Self
Specifies the of rejected inbound connection. InboundCrossClusterSearchConnection
sourcepub fn build(self) -> RejectInboundCrossClusterSearchConnectionOutput
pub fn build(self) -> RejectInboundCrossClusterSearchConnectionOutput
Consumes the builder and constructs a RejectInboundCrossClusterSearchConnectionOutput.