public static interface DescribeInboundConnectionsResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeInboundConnectionsResponse.Builder,DescribeInboundConnectionsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeInboundConnectionsResponse.Builder |
connections(Collection<InboundConnection> connections)
A list of
InboundConnection matching the specified filter criteria. |
DescribeInboundConnectionsResponse.Builder |
connections(Consumer<InboundConnection.Builder>... connections)
A list of
InboundConnection matching the specified filter criteria. |
DescribeInboundConnectionsResponse.Builder |
connections(InboundConnection... connections)
A list of
InboundConnection matching the specified filter criteria. |
DescribeInboundConnectionsResponse.Builder |
nextToken(String nextToken)
If more results are available and NextToken is present, make the next request to the same API with the
received NextToken to paginate the remaining results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeInboundConnectionsResponse.Builder connections(Collection<InboundConnection> connections)
A list of InboundConnection
matching the specified filter criteria.
connections
- A list of InboundConnection
matching the specified filter criteria.DescribeInboundConnectionsResponse.Builder connections(InboundConnection... connections)
A list of InboundConnection
matching the specified filter criteria.
connections
- A list of InboundConnection
matching the specified filter criteria.DescribeInboundConnectionsResponse.Builder connections(Consumer<InboundConnection.Builder>... connections)
A list of InboundConnection
matching the specified filter criteria.
InboundConnection.Builder
avoiding the need to
create one manually via InboundConnection.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
InboundConnection.Builder
#connections(java.util.Collection)
DescribeInboundConnectionsResponse.Builder nextToken(String nextToken)
If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.
nextToken
- If more results are available and NextToken is present, make the next request to the same API with the
received NextToken to paginate the remaining results.Copyright © 2022. All rights reserved.