Struct aws_sdk_elasticsearch::output::delete_inbound_cross_cluster_search_connection_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteInboundCrossClusterSearchConnectionOutput.
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 deleted 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 deleted inbound connection. InboundCrossClusterSearchConnection
sourcepub fn build(self) -> DeleteInboundCrossClusterSearchConnectionOutput
pub fn build(self) -> DeleteInboundCrossClusterSearchConnectionOutput
Consumes the builder and constructs a DeleteInboundCrossClusterSearchConnectionOutput.