public static interface DescribeClusterOperationResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<DescribeClusterOperationResponse.Builder,DescribeClusterOperationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterOperationResponse.Builder |
clusterOperationInfo(ClusterOperationInfo clusterOperationInfo)
Cluster operation information
|
default DescribeClusterOperationResponse.Builder |
clusterOperationInfo(Consumer<ClusterOperationInfo.Builder> clusterOperationInfo)
Cluster operation information
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeClusterOperationResponse.Builder clusterOperationInfo(ClusterOperationInfo clusterOperationInfo)
Cluster operation information
clusterOperationInfo - Cluster operation information
default DescribeClusterOperationResponse.Builder clusterOperationInfo(Consumer<ClusterOperationInfo.Builder> clusterOperationInfo)
Cluster operation information
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 clusterOperationInfo(ClusterOperationInfo).
clusterOperationInfo - a consumer that will call methods on ClusterOperationInfo.BuilderclusterOperationInfo(ClusterOperationInfo)Copyright © 2023. All rights reserved.