public static interface GetConnectionsResponse.Builder extends GlueResponse.Builder, CopyableBuilder<GetConnectionsResponse.Builder,GetConnectionsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetConnectionsResponse.Builder |
connectionList(Collection<Connection> connectionList)
A list of requested connection definitions.
|
GetConnectionsResponse.Builder |
connectionList(Connection... connectionList)
A list of requested connection definitions.
|
GetConnectionsResponse.Builder |
connectionList(Consumer<Connection.Builder>... connectionList)
A list of requested connection definitions.
|
GetConnectionsResponse.Builder |
nextToken(String nextToken)
A continuation token, if the list of connections returned does not include the last of the filtered
connections.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetConnectionsResponse.Builder connectionList(Collection<Connection> connectionList)
A list of requested connection definitions.
connectionList - A list of requested connection definitions.GetConnectionsResponse.Builder connectionList(Connection... connectionList)
A list of requested connection definitions.
connectionList - A list of requested connection definitions.GetConnectionsResponse.Builder connectionList(Consumer<Connection.Builder>... connectionList)
A list of requested connection definitions.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #connectionList(List) .connectionList - a consumer that will call methods on List.Builder #connectionList(List) GetConnectionsResponse.Builder nextToken(String nextToken)
A continuation token, if the list of connections returned does not include the last of the filtered connections.
nextToken - A continuation token, if the list of connections returned does not include the last of the filtered
connections.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.