public static interface ListConnectorsResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<ListConnectorsResponse.Builder,ListConnectorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListConnectorsResponse.Builder |
connectors(Collection<ConnectorDetail> connectors)
Contains information about the connectors supported by Amazon AppFlow.
|
ListConnectorsResponse.Builder |
connectors(ConnectorDetail... connectors)
Contains information about the connectors supported by Amazon AppFlow.
|
ListConnectorsResponse.Builder |
connectors(Consumer<ConnectorDetail.Builder>... connectors)
Contains information about the connectors supported by Amazon AppFlow.
|
ListConnectorsResponse.Builder |
nextToken(String nextToken)
The pagination token for the next page of data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConnectorsResponse.Builder connectors(Collection<ConnectorDetail> connectors)
Contains information about the connectors supported by Amazon AppFlow.
connectors - Contains information about the connectors supported by Amazon AppFlow.ListConnectorsResponse.Builder connectors(ConnectorDetail... connectors)
Contains information about the connectors supported by Amazon AppFlow.
connectors - Contains information about the connectors supported by Amazon AppFlow.ListConnectorsResponse.Builder connectors(Consumer<ConnectorDetail.Builder>... connectors)
Contains information about the connectors supported by Amazon AppFlow.
This is a convenience method that creates an instance of theConnectorDetail.Builder avoiding the need to create one
manually via ConnectorDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #connectors(List.
connectors - a consumer that will call methods on
ConnectorDetail.Builder#connectors(java.util.Collection) ListConnectorsResponse.Builder nextToken(String nextToken)
The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.
nextToken - The pagination token for the next page of data. If nextToken=null, this means that all records have
been fetched.Copyright © 2023. All rights reserved.