public static interface DescribeOutboundConnectionsRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<DescribeOutboundConnectionsRequest.Builder,DescribeOutboundConnectionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeOutboundConnectionsRequest.Builder |
filters(Collection<Filter> filters)
List of filter names and values that you can use for requests.
|
DescribeOutboundConnectionsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
List of filter names and values that you can use for requests.
|
DescribeOutboundConnectionsRequest.Builder |
filters(Filter... filters)
List of filter names and values that you can use for requests.
|
DescribeOutboundConnectionsRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
DescribeOutboundConnectionsRequest.Builder |
nextToken(String nextToken)
If your initial
DescribeOutboundConnections operation returns a nextToken, you can
include the returned nextToken in subsequent DescribeOutboundConnections
operations, which returns results in the next page. |
DescribeOutboundConnectionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeOutboundConnectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOutboundConnectionsRequest.Builder filters(Collection<Filter> filters)
List of filter names and values that you can use for requests.
filters - List of filter names and values that you can use for requests.DescribeOutboundConnectionsRequest.Builder filters(Filter... filters)
List of filter names and values that you can use for requests.
filters - List of filter names and values that you can use for requests.DescribeOutboundConnectionsRequest.Builder filters(Consumer<Filter.Builder>... filters)
List of filter names and values that you can use for requests.
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) DescribeOutboundConnectionsRequest.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.DescribeOutboundConnectionsRequest.Builder nextToken(String nextToken)
If your initial DescribeOutboundConnections operation returns a nextToken, you can
include the returned nextToken in subsequent DescribeOutboundConnections
operations, which returns results in the next page.
nextToken - If your initial DescribeOutboundConnections operation returns a nextToken,
you can include the returned nextToken in subsequent
DescribeOutboundConnections operations, which returns results in the next page.DescribeOutboundConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeOutboundConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.