Struct aws_sdk_elasticsearch::output::create_outbound_cross_cluster_search_connection_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CreateOutboundCrossClusterSearchConnectionOutput
Implementations
Specifies the for the source Elasticsearch domain.DomainInformation
Specifies the for the source Elasticsearch domain.DomainInformation
Specifies the for the destination Elasticsearch domain.DomainInformation
Specifies the for the destination Elasticsearch domain.DomainInformation
Specifies the connection alias provided during the create connection request.
Specifies the connection alias provided during the create connection request.
Specifies the for the newly created connection.OutboundCrossClusterSearchConnectionStatus
pub fn set_connection_status(
self,
input: Option<OutboundCrossClusterSearchConnectionStatus>
) -> Self
pub fn set_connection_status(
self,
input: Option<OutboundCrossClusterSearchConnectionStatus>
) -> Self
Specifies the for the newly created connection.OutboundCrossClusterSearchConnectionStatus
Unique id for the created outbound connection, which is used for subsequent operations on connection.
Unique id for the created outbound connection, which is used for subsequent operations on connection.
Consumes the builder and constructs a CreateOutboundCrossClusterSearchConnectionOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more