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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeConnectorsResponse.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 Amazon Web Services, Inc. All Rights Reserved.