public static interface DescribeClusterOperationV2Response.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<DescribeClusterOperationV2Response.Builder,DescribeClusterOperationV2Response>
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterOperationV2Response.Builder |
clusterOperationInfo(ClusterOperationV2 clusterOperationInfo)
Cluster operation information
|
default DescribeClusterOperationV2Response.Builder |
clusterOperationInfo(Consumer<ClusterOperationV2.Builder> clusterOperationInfo)
Cluster operation information
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeClusterOperationV2Response.Builder clusterOperationInfo(ClusterOperationV2 clusterOperationInfo)
Cluster operation information
clusterOperationInfo - Cluster operation information
default DescribeClusterOperationV2Response.Builder clusterOperationInfo(Consumer<ClusterOperationV2.Builder> clusterOperationInfo)
Cluster operation information
This is a convenience method that creates an instance of theClusterOperationV2.Builder avoiding the
need to create one manually via ClusterOperationV2.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to clusterOperationInfo(ClusterOperationV2).
clusterOperationInfo - a consumer that will call methods on ClusterOperationV2.BuilderclusterOperationInfo(ClusterOperationV2)Copyright © 2023. All rights reserved.