public static interface ClusterOperationStep.Builder extends SdkPojo, CopyableBuilder<ClusterOperationStep.Builder,ClusterOperationStep>
| Modifier and Type | Method and Description |
|---|---|
ClusterOperationStep.Builder |
stepInfo(ClusterOperationStepInfo stepInfo)
Information about the step and its status.
|
default ClusterOperationStep.Builder |
stepInfo(Consumer<ClusterOperationStepInfo.Builder> stepInfo)
Information about the step and its status.
|
ClusterOperationStep.Builder |
stepName(String stepName)
The name of the step.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterOperationStep.Builder stepInfo(ClusterOperationStepInfo stepInfo)
Information about the step and its status.
stepInfo - Information about the step and its status.
default ClusterOperationStep.Builder stepInfo(Consumer<ClusterOperationStepInfo.Builder> stepInfo)
Information about the step and its status.
This is a convenience method that creates an instance of theClusterOperationStepInfo.Builder
avoiding the need to create one manually via ClusterOperationStepInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to stepInfo(ClusterOperationStepInfo).
stepInfo - a consumer that will call methods on ClusterOperationStepInfo.BuilderstepInfo(ClusterOperationStepInfo)ClusterOperationStep.Builder stepName(String stepName)
The name of the step.
stepName - The name of the step.
Copyright © 2023. All rights reserved.