public static interface ListConnectorEntitiesResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<ListConnectorEntitiesResponse.Builder,ListConnectorEntitiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListConnectorEntitiesResponse.Builder |
connectorEntityMap(Map<String,? extends Collection<ConnectorEntity>> connectorEntityMap)
The response of
ListConnectorEntities lists entities grouped by category. |
ListConnectorEntitiesResponse.Builder |
nextToken(String nextToken)
A token that you specify in your next
ListConnectorEntities operation to get the next page of
results in paginated response. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConnectorEntitiesResponse.Builder connectorEntityMap(Map<String,? extends Collection<ConnectorEntity>> connectorEntityMap)
The response of ListConnectorEntities lists entities grouped by category. This map's key
represents the group name, and its value contains the list of entities belonging to that group.
connectorEntityMap - The response of ListConnectorEntities lists entities grouped by category. This map's key
represents the group name, and its value contains the list of entities belonging to that group.ListConnectorEntitiesResponse.Builder nextToken(String nextToken)
A token that you specify in your next ListConnectorEntities operation to get the next page of
results in paginated response. The ListConnectorEntities operation provides this token if the
response is too big for the page size.
nextToken - A token that you specify in your next ListConnectorEntities operation to get the next
page of results in paginated response. The ListConnectorEntities operation provides this
token if the response is too big for the page size.Copyright © 2023. All rights reserved.