Interface DescribeConnectorsResponse.Builder
- All Superinterfaces:
AppflowResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeConnectorsResponse.Builder,
,DescribeConnectorsResponse> SdkBuilder<DescribeConnectorsResponse.Builder,
,DescribeConnectorsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeConnectorsResponse
public static interface DescribeConnectorsResponse.Builder
extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<DescribeConnectorsResponse.Builder,DescribeConnectorsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorConfigurations
(Map<ConnectorType, ConnectorConfiguration> connectorConfigurations) The configuration that is applied to the connectors used in the flow.connectorConfigurationsWithStrings
(Map<String, ConnectorConfiguration> connectorConfigurations) The configuration that is applied to the connectors used in the flow.connectors
(Collection<ConnectorDetail> connectors) Information about the connectors supported in Amazon AppFlow.connectors
(Consumer<ConnectorDetail.Builder>... connectors) Information about the connectors supported in Amazon AppFlow.connectors
(ConnectorDetail... connectors) Information about the connectors supported in Amazon AppFlow.The pagination token for the next page of data.Methods inherited from interface software.amazon.awssdk.services.appflow.model.AppflowResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
connectorConfigurationsWithStrings
DescribeConnectorsResponse.Builder connectorConfigurationsWithStrings(Map<String, ConnectorConfiguration> connectorConfigurations) The configuration that is applied to the connectors used in the flow.
- Parameters:
connectorConfigurations
- The configuration that is applied to the connectors used in the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorConfigurations
DescribeConnectorsResponse.Builder connectorConfigurations(Map<ConnectorType, ConnectorConfiguration> connectorConfigurations) The configuration that is applied to the connectors used in the flow.
- Parameters:
connectorConfigurations
- The configuration that is applied to the connectors used in the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectors
Information about the connectors supported in Amazon AppFlow.
- Parameters:
connectors
- Information about the connectors supported in Amazon AppFlow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectors
Information about the connectors supported in Amazon AppFlow.
- Parameters:
connectors
- Information about the connectors supported in Amazon AppFlow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectors
Information about the connectors supported in Amazon AppFlow.
This is a convenience method that creates an instance of theConnectorDetail.Builder
avoiding the need to create one manually viaConnectorDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconnectors(List<ConnectorDetail>)
.- Parameters:
connectors
- a consumer that will call methods onConnectorDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination token for the next page of data.
- Parameters:
nextToken
- The pagination token for the next page of data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-