Interface ListConnectorsResponse.Builder
-
- All Superinterfaces:
AppflowResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListConnectorsResponse.Builder,ListConnectorsResponse>,SdkBuilder<ListConnectorsResponse.Builder,ListConnectorsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListConnectorsResponse
public static interface ListConnectorsResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<ListConnectorsResponse.Builder,ListConnectorsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConnectorsResponse.Builderconnectors(Collection<ConnectorDetail> connectors)Contains information about the connectors supported by Amazon AppFlow.ListConnectorsResponse.Builderconnectors(Consumer<ConnectorDetail.Builder>... connectors)Contains information about the connectors supported by Amazon AppFlow.ListConnectorsResponse.Builderconnectors(ConnectorDetail... connectors)Contains information about the connectors supported by Amazon AppFlow.ListConnectorsResponse.BuildernextToken(String nextToken)The pagination token for the next page of data.-
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 Detail
-
connectors
ListConnectorsResponse.Builder connectors(Collection<ConnectorDetail> connectors)
Contains information about the connectors supported by Amazon AppFlow.
- Parameters:
connectors- Contains information about the connectors supported by Amazon AppFlow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectors
ListConnectorsResponse.Builder connectors(ConnectorDetail... connectors)
Contains information about the connectors supported by Amazon AppFlow.
- Parameters:
connectors- Contains information about the connectors supported by Amazon AppFlow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectors
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.Builderavoiding the need to create one manually viaConnectorDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#connectors(List.) - Parameters:
connectors- a consumer that will call methods onConnectorDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#connectors(java.util.Collection)
-
nextToken
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.
- Parameters:
nextToken- The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-