public static interface DescribeOutboundConnectionsResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeOutboundConnectionsResponse.Builder,DescribeOutboundConnectionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeOutboundConnectionsResponse.Builder |
connections(Collection<OutboundConnection> connections)
List of outbound connections that match the filter criteria.
|
DescribeOutboundConnectionsResponse.Builder |
connections(Consumer<OutboundConnection.Builder>... connections)
List of outbound connections that match the filter criteria.
|
DescribeOutboundConnectionsResponse.Builder |
connections(OutboundConnection... connections)
List of outbound connections that match the filter criteria.
|
DescribeOutboundConnectionsResponse.Builder |
nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOutboundConnectionsResponse.Builder connections(Collection<OutboundConnection> connections)
List of outbound connections that match the filter criteria.
connections - List of outbound connections that match the filter criteria.DescribeOutboundConnectionsResponse.Builder connections(OutboundConnection... connections)
List of outbound connections that match the filter criteria.
connections - List of outbound connections that match the filter criteria.DescribeOutboundConnectionsResponse.Builder connections(Consumer<OutboundConnection.Builder>... connections)
List of outbound connections that match the filter criteria.
This is a convenience method that creates an instance of theOutboundConnection.Builder avoiding the need to
create one manually via OutboundConnection.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #connections(List.
connections - a consumer that will call methods on
OutboundConnection.Builder#connections(java.util.Collection) DescribeOutboundConnectionsResponse.Builder nextToken(String nextToken)
When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page.Copyright © 2023. All rights reserved.