Struct aws_sdk_appflow::operation::describe_connectors::builders::DescribeConnectorsOutputBuilder
source · #[non_exhaustive]pub struct DescribeConnectorsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeConnectorsOutput.
Implementations§
source§impl DescribeConnectorsOutputBuilder
impl DescribeConnectorsOutputBuilder
sourcepub fn connector_configurations(
self,
k: ConnectorType,
v: ConnectorConfiguration
) -> Self
pub fn connector_configurations( self, k: ConnectorType, v: ConnectorConfiguration ) -> Self
Adds a key-value pair to connector_configurations.
To override the contents of this collection use set_connector_configurations.
The configuration that is applied to the connectors used in the flow.
sourcepub fn set_connector_configurations(
self,
input: Option<HashMap<ConnectorType, ConnectorConfiguration>>
) -> Self
pub fn set_connector_configurations( self, input: Option<HashMap<ConnectorType, ConnectorConfiguration>> ) -> Self
The configuration that is applied to the connectors used in the flow.
sourcepub fn get_connector_configurations(
&self
) -> &Option<HashMap<ConnectorType, ConnectorConfiguration>>
pub fn get_connector_configurations( &self ) -> &Option<HashMap<ConnectorType, ConnectorConfiguration>>
The configuration that is applied to the connectors used in the flow.
sourcepub fn connectors(self, input: ConnectorDetail) -> Self
pub fn connectors(self, input: ConnectorDetail) -> Self
Appends an item to connectors.
To override the contents of this collection use set_connectors.
Information about the connectors supported in Amazon AppFlow.
sourcepub fn set_connectors(self, input: Option<Vec<ConnectorDetail>>) -> Self
pub fn set_connectors(self, input: Option<Vec<ConnectorDetail>>) -> Self
Information about the connectors supported in Amazon AppFlow.
sourcepub fn get_connectors(&self) -> &Option<Vec<ConnectorDetail>>
pub fn get_connectors(&self) -> &Option<Vec<ConnectorDetail>>
Information about the connectors supported in Amazon AppFlow.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token for the next page of data.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token for the next page of data.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The pagination token for the next page of data.
sourcepub fn build(self) -> DescribeConnectorsOutput
pub fn build(self) -> DescribeConnectorsOutput
Consumes the builder and constructs a DescribeConnectorsOutput.
Trait Implementations§
source§impl Clone for DescribeConnectorsOutputBuilder
impl Clone for DescribeConnectorsOutputBuilder
source§fn clone(&self) -> DescribeConnectorsOutputBuilder
fn clone(&self) -> DescribeConnectorsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeConnectorsOutputBuilder
impl Default for DescribeConnectorsOutputBuilder
source§fn default() -> DescribeConnectorsOutputBuilder
fn default() -> DescribeConnectorsOutputBuilder
source§impl PartialEq for DescribeConnectorsOutputBuilder
impl PartialEq for DescribeConnectorsOutputBuilder
source§fn eq(&self, other: &DescribeConnectorsOutputBuilder) -> bool
fn eq(&self, other: &DescribeConnectorsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.