public static interface ListClusterOperationsV2Response.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<ListClusterOperationsV2Response.Builder,ListClusterOperationsV2Response>
| Modifier and Type | Method and Description |
|---|---|
ListClusterOperationsV2Response.Builder |
clusterOperationInfoList(ClusterOperationV2Summary... clusterOperationInfoList)
An array of cluster operation information objects.
|
ListClusterOperationsV2Response.Builder |
clusterOperationInfoList(Collection<ClusterOperationV2Summary> clusterOperationInfoList)
An array of cluster operation information objects.
|
ListClusterOperationsV2Response.Builder |
clusterOperationInfoList(Consumer<ClusterOperationV2Summary.Builder>... clusterOperationInfoList)
An array of cluster operation information objects.
|
ListClusterOperationsV2Response.Builder |
nextToken(String nextToken)
If the response of ListClusterOperationsV2 is truncated, it returns a NextToken in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClusterOperationsV2Response.Builder clusterOperationInfoList(Collection<ClusterOperationV2Summary> clusterOperationInfoList)
An array of cluster operation information objects.
clusterOperationInfoList - An array of cluster operation information objects.
ListClusterOperationsV2Response.Builder clusterOperationInfoList(ClusterOperationV2Summary... clusterOperationInfoList)
An array of cluster operation information objects.
clusterOperationInfoList - An array of cluster operation information objects.
ListClusterOperationsV2Response.Builder clusterOperationInfoList(Consumer<ClusterOperationV2Summary.Builder>... clusterOperationInfoList)
An array of cluster operation information objects.
This is a convenience method that creates an instance of theClusterOperationV2Summary.Builder avoiding the need to
create one manually via
ClusterOperationV2Summary.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
ClusterOperationV2Summary.Builder#clusterOperationInfoList(java.util.Collection) ListClusterOperationsV2Response.Builder nextToken(String nextToken)
If the response of ListClusterOperationsV2 is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListClusterOperationsV2.
nextToken - If the response of ListClusterOperationsV2 is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListClusterOperationsV2.
Copyright © 2023. All rights reserved.