Interface ConnectorOperationStep.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectorOperationStep.Builder,
,ConnectorOperationStep> SdkBuilder<ConnectorOperationStep.Builder,
,ConnectorOperationStep> SdkPojo
- Enclosing class:
ConnectorOperationStep
@Mutable
@NotThreadSafe
public static interface ConnectorOperationStep.Builder
extends SdkPojo, CopyableBuilder<ConnectorOperationStep.Builder,ConnectorOperationStep>
-
Method Summary
Modifier and TypeMethodDescriptionThe step state of the operation.stepState
(ConnectorOperationStepState stepState) The step state of the operation.The step type of the operation.stepType
(ConnectorOperationStepType stepType) The step type of the operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
stepType
The step type of the operation.
- Parameters:
stepType
- The step type of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stepType
The step type of the operation.
- Parameters:
stepType
- The step type of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stepState
The step state of the operation.
- Parameters:
stepState
- The step state of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stepState
The step state of the operation.
- Parameters:
stepState
- The step state of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-