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 |
nextToken(String nextToken)
A continuation token, if the list of connections returned does not include the last of the filtered
connections.
|
buildcopyapply, 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 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.