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)
List of inbound connections.
|
DescribeInboundConnectionsResponse.Builder |
connections(Consumer<InboundConnection.Builder>... connections)
List of inbound connections.
|
DescribeInboundConnectionsResponse.Builder |
connections(InboundConnection... connections)
List of inbound connections.
|
DescribeInboundConnectionsResponse.Builder |
nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInboundConnectionsResponse.Builder connections(Collection<InboundConnection> connections)
List of inbound connections.
connections - List of inbound connections.DescribeInboundConnectionsResponse.Builder connections(InboundConnection... connections)
List of inbound connections.
connections - List of inbound connections.DescribeInboundConnectionsResponse.Builder connections(Consumer<InboundConnection.Builder>... connections)
List of inbound connections.
This is a convenience method that creates an instance of theInboundConnection.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)
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.