Interface ListConnectorEntitiesResponse.Builder

All Superinterfaces:
AppflowResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<ListConnectorEntitiesResponse.Builder,ListConnectorEntitiesResponse>, SdkBuilder<ListConnectorEntitiesResponse.Builder,ListConnectorEntitiesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListConnectorEntitiesResponse

public static interface ListConnectorEntitiesResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<ListConnectorEntitiesResponse.Builder,ListConnectorEntitiesResponse>
  • Method Details

    • connectorEntityMap

      ListConnectorEntitiesResponse.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.