public static interface DescribeConnectorsResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<DescribeConnectorsResponse.Builder,DescribeConnectorsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorsResponse.Builder |
connectorConfigurations(Map<ConnectorType,ConnectorConfiguration> connectorConfigurations)
The configuration that is applied to the connectors used in the flow.
|
DescribeConnectorsResponse.Builder |
connectorConfigurationsWithStrings(Map<String,ConnectorConfiguration> connectorConfigurations)
The configuration that is applied to the connectors used in the flow.
|
DescribeConnectorsResponse.Builder |
connectors(Collection<ConnectorDetail> connectors)
Information about the connectors supported in Amazon AppFlow.
|
DescribeConnectorsResponse.Builder |
connectors(ConnectorDetail... connectors)
Information about the connectors supported in Amazon AppFlow.
|
DescribeConnectorsResponse.Builder |
connectors(Consumer<ConnectorDetail.Builder>... connectors)
Information about the connectors supported in Amazon AppFlow.
|
DescribeConnectorsResponse.Builder |
nextToken(String nextToken)
The pagination token for the next page of data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConnectorsResponse.Builder connectorConfigurationsWithStrings(Map<String,ConnectorConfiguration> connectorConfigurations)
The configuration that is applied to the connectors used in the flow.
connectorConfigurations - The configuration that is applied to the connectors used in the flow.DescribeConnectorsResponse.Builder connectorConfigurations(Map<ConnectorType,ConnectorConfiguration> connectorConfigurations)
The configuration that is applied to the connectors used in the flow.
connectorConfigurations - The configuration that is applied to the connectors used in the flow.DescribeConnectorsResponse.Builder connectors(Collection<ConnectorDetail> connectors)
Information about the connectors supported in Amazon AppFlow.
connectors - Information about the connectors supported in Amazon AppFlow.DescribeConnectorsResponse.Builder connectors(ConnectorDetail... connectors)
Information about the connectors supported in Amazon AppFlow.
connectors - Information about the connectors supported in Amazon AppFlow.DescribeConnectorsResponse.Builder connectors(Consumer<ConnectorDetail.Builder>... 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 via ConnectorDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #connectors(List.
connectors - a consumer that will call methods on
ConnectorDetail.Builder#connectors(java.util.Collection) DescribeConnectorsResponse.Builder nextToken(String nextToken)
The pagination token for the next page of data.
nextToken - The pagination token for the next page of data.Copyright © 2022. All rights reserved.