public static interface GetConnectionsResponse.Builder extends GlueResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theConnection.Builder avoiding the need to create one
manually via Connection.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #connectionList(List.
connectionList - a consumer that will call methods on
Connection.Builder#connectionList(java.util.Collection) 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 © 2023. All rights reserved.