public static interface ListConnectionsResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<ListConnectionsResponse.Builder,ListConnectionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListConnectionsResponse.Builder |
connectionSummaryList(Collection<ConnectionSummary> connectionSummaryList)
A list of summary information records for connections.
|
ListConnectionsResponse.Builder |
connectionSummaryList(ConnectionSummary... connectionSummaryList)
A list of summary information records for connections.
|
ListConnectionsResponse.Builder |
connectionSummaryList(Consumer<ConnectionSummary.Builder>... connectionSummaryList)
A list of summary information records for connections.
|
ListConnectionsResponse.Builder |
nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConnectionsResponse.Builder connectionSummaryList(Collection<ConnectionSummary> connectionSummaryList)
A list of summary information records for connections. In a paginated request, the request returns up to
MaxResults records for each call.
connectionSummaryList - A list of summary information records for connections. In a paginated request, the request returns up
to MaxResults records for each call.ListConnectionsResponse.Builder connectionSummaryList(ConnectionSummary... connectionSummaryList)
A list of summary information records for connections. In a paginated request, the request returns up to
MaxResults records for each call.
connectionSummaryList - A list of summary information records for connections. In a paginated request, the request returns up
to MaxResults records for each call.ListConnectionsResponse.Builder connectionSummaryList(Consumer<ConnectionSummary.Builder>... connectionSummaryList)
A list of summary information records for connections. In a paginated request, the request returns up to
MaxResults records for each call.
ConnectionSummary.Builder avoiding the need to create
one manually via ConnectionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #connectionSummaryList(List.
connectionSummaryList - a consumer that will call methods on
ConnectionSummary.Builder#connectionSummaryList(java.util.Collection) ListConnectionsResponse.Builder nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. Returned in a paginated request.
nextToken - The token that you can pass in a subsequent request to get the next result page. Returned in a
paginated request.Copyright © 2022. All rights reserved.