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 Summary
Modifier and TypeMethodDescriptionconnectorEntityMap
(Map<String, ? extends Collection<ConnectorEntity>> connectorEntityMap) The response ofListConnectorEntities
lists entities grouped by category.A token that you specify in your nextListConnectorEntities
operation to get the next page of results in paginated response.Methods inherited from interface software.amazon.awssdk.services.appflow.model.AppflowResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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 ofListConnectorEntities
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. TheListConnectorEntities
operation provides this token if the response is too big for the page size.- Parameters:
nextToken
- A token that you specify in your nextListConnectorEntities
operation to get the next page of results in paginated response. TheListConnectorEntities
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.
-