Interface DescribeOutboundCrossClusterSearchConnectionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeOutboundCrossClusterSearchConnectionsResponse.Builder,DescribeOutboundCrossClusterSearchConnectionsResponse>,ElasticsearchResponse.Builder,SdkBuilder<DescribeOutboundCrossClusterSearchConnectionsResponse.Builder,DescribeOutboundCrossClusterSearchConnectionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeOutboundCrossClusterSearchConnectionsResponse
public static interface DescribeOutboundCrossClusterSearchConnectionsResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeOutboundCrossClusterSearchConnectionsResponse.Builder,DescribeOutboundCrossClusterSearchConnectionsResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticsearch.model.ElasticsearchResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
crossClusterSearchConnections
DescribeOutboundCrossClusterSearchConnectionsResponse.Builder crossClusterSearchConnections(Collection<OutboundCrossClusterSearchConnection> crossClusterSearchConnections)
Consists of list of
OutboundCrossClusterSearchConnectionmatching the specified filter criteria.- Parameters:
crossClusterSearchConnections- Consists of list ofOutboundCrossClusterSearchConnectionmatching the specified filter criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
crossClusterSearchConnections
DescribeOutboundCrossClusterSearchConnectionsResponse.Builder crossClusterSearchConnections(OutboundCrossClusterSearchConnection... crossClusterSearchConnections)
Consists of list of
OutboundCrossClusterSearchConnectionmatching the specified filter criteria.- Parameters:
crossClusterSearchConnections- Consists of list ofOutboundCrossClusterSearchConnectionmatching the specified filter criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
crossClusterSearchConnections
DescribeOutboundCrossClusterSearchConnectionsResponse.Builder crossClusterSearchConnections(Consumer<OutboundCrossClusterSearchConnection.Builder>... crossClusterSearchConnections)
Consists of list of
This is a convenience method that creates an instance of theOutboundCrossClusterSearchConnectionmatching the specified filter criteria.OutboundCrossClusterSearchConnection.Builderavoiding the need to create one manually viaOutboundCrossClusterSearchConnection.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#crossClusterSearchConnections(List.) - Parameters:
crossClusterSearchConnections- a consumer that will call methods onOutboundCrossClusterSearchConnection.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#crossClusterSearchConnections(java.util.Collection)
-
nextToken
DescribeOutboundCrossClusterSearchConnectionsResponse.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-