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 |
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 nextToken(String nextToken)
The pagination token for the next page of data.
nextToken - The pagination token for the next page of data.Copyright © 2021. All rights reserved.