public static interface DescribeInboundConnectionsRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<DescribeInboundConnectionsRequest.Builder,DescribeInboundConnectionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeInboundConnectionsRequest.Builder |
filters(Collection<Filter> filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
DescribeInboundConnectionsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
DescribeInboundConnectionsRequest.Builder |
filters(Filter... filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
DescribeInboundConnectionsRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
DescribeInboundConnectionsRequest.Builder |
nextToken(String nextToken)
If your initial
DescribeInboundConnections operation returns a nextToken, you can
include the returned nextToken in subsequent DescribeInboundConnections operations,
which returns results in the next page. |
DescribeInboundConnectionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeInboundConnectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInboundConnectionsRequest.Builder filters(Collection<Filter> filters)
A list of filters used to match properties for inbound cross-cluster connections.
filters - A list of filters used to match properties for inbound cross-cluster connections.DescribeInboundConnectionsRequest.Builder filters(Filter... filters)
A list of filters used to match properties for inbound cross-cluster connections.
filters - A list of filters used to match properties for inbound cross-cluster connections.DescribeInboundConnectionsRequest.Builder filters(Consumer<Filter.Builder>... filters)
A list of filters used to match properties for inbound cross-cluster connections.
This is a convenience method that creates an instance of theFilter.Builder avoiding the need to create one
manually via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #filters(List.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) DescribeInboundConnectionsRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.DescribeInboundConnectionsRequest.Builder nextToken(String nextToken)
If your initial DescribeInboundConnections operation returns a nextToken, you can
include the returned nextToken in subsequent DescribeInboundConnections operations,
which returns results in the next page.
nextToken - If your initial DescribeInboundConnections operation returns a nextToken,
you can include the returned nextToken in subsequent
DescribeInboundConnections operations, which returns results in the next page.DescribeInboundConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeInboundConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.