Uses of Interface
software.amazon.awssdk.services.kafka.model.ClusterOperationStep.Builder
-
Packages that use ClusterOperationStep.Builder Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of ClusterOperationStep.Builder in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return ClusterOperationStep.Builder Modifier and Type Method Description static ClusterOperationStep.BuilderClusterOperationStep. builder()default ClusterOperationStep.BuilderClusterOperationStep.Builder. stepInfo(Consumer<ClusterOperationStepInfo.Builder> stepInfo)Information about the step and its status.ClusterOperationStep.BuilderClusterOperationStep.Builder. stepInfo(ClusterOperationStepInfo stepInfo)Information about the step and its status.ClusterOperationStep.BuilderClusterOperationStep.Builder. stepName(String stepName)The name of the step.ClusterOperationStep.BuilderClusterOperationStep. toBuilder()Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type ClusterOperationStep.Builder Modifier and Type Method Description static Class<? extends ClusterOperationStep.Builder>ClusterOperationStep. serializableBuilderClass()
-