Interface DescribeClusterOperationV2Response.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeClusterOperationV2Response.Builder,DescribeClusterOperationV2Response>,KafkaResponse.Builder,SdkBuilder<DescribeClusterOperationV2Response.Builder,DescribeClusterOperationV2Response>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeClusterOperationV2Response
public static interface DescribeClusterOperationV2Response.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<DescribeClusterOperationV2Response.Builder,DescribeClusterOperationV2Response>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeClusterOperationV2Response.BuilderclusterOperationInfo(Consumer<ClusterOperationV2.Builder> clusterOperationInfo)Cluster operation informationDescribeClusterOperationV2Response.BuilderclusterOperationInfo(ClusterOperationV2 clusterOperationInfo)Cluster operation information-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaResponse.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
-
clusterOperationInfo
DescribeClusterOperationV2Response.Builder clusterOperationInfo(ClusterOperationV2 clusterOperationInfo)
Cluster operation information
- Parameters:
clusterOperationInfo-Cluster operation information
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterOperationInfo
default DescribeClusterOperationV2Response.Builder clusterOperationInfo(Consumer<ClusterOperationV2.Builder> clusterOperationInfo)
Cluster operation information
This is a convenience method that creates an instance of theClusterOperationV2.Builderavoiding the need to create one manually viaClusterOperationV2.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toclusterOperationInfo(ClusterOperationV2).- Parameters:
clusterOperationInfo- a consumer that will call methods onClusterOperationV2.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
clusterOperationInfo(ClusterOperationV2)
-
-