public static interface ListClusterOperationsResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<ListClusterOperationsResponse.Builder,ListClusterOperationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListClusterOperationsResponse.Builder |
clusterOperationInfoList(ClusterOperationInfo... clusterOperationInfoList)
An array of cluster operation information objects.
|
ListClusterOperationsResponse.Builder |
clusterOperationInfoList(Collection<ClusterOperationInfo> clusterOperationInfoList)
An array of cluster operation information objects.
|
ListClusterOperationsResponse.Builder |
clusterOperationInfoList(Consumer<ClusterOperationInfo.Builder>... clusterOperationInfoList)
An array of cluster operation information objects.
|
ListClusterOperationsResponse.Builder |
nextToken(String nextToken)
If the response of ListClusterOperations is truncated, it returns a NextToken in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClusterOperationsResponse.Builder clusterOperationInfoList(Collection<ClusterOperationInfo> clusterOperationInfoList)
An array of cluster operation information objects.
clusterOperationInfoList - An array of cluster operation information objects.
ListClusterOperationsResponse.Builder clusterOperationInfoList(ClusterOperationInfo... clusterOperationInfoList)
An array of cluster operation information objects.
clusterOperationInfoList - An array of cluster operation information objects.
ListClusterOperationsResponse.Builder clusterOperationInfoList(Consumer<ClusterOperationInfo.Builder>... clusterOperationInfoList)
An array of cluster operation information objects.
This is a convenience method that creates an instance of theClusterOperationInfo.Builder avoiding the need to create
one manually via ClusterOperationInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #clusterOperationInfoList(List.
clusterOperationInfoList - a consumer that will call methods on
ClusterOperationInfo.Builder#clusterOperationInfoList(java.util.Collection) ListClusterOperationsResponse.Builder nextToken(String nextToken)
If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.
nextToken - If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.
Copyright © 2023. All rights reserved.