Interface ConnectorOperationStep.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectorOperationStep.Builder,ConnectorOperationStep>,SdkBuilder<ConnectorOperationStep.Builder,ConnectorOperationStep>,SdkPojo
- Enclosing class:
- ConnectorOperationStep
public static interface ConnectorOperationStep.Builder extends SdkPojo, CopyableBuilder<ConnectorOperationStep.Builder,ConnectorOperationStep>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectorOperationStep.BuilderstepState(String stepState)The step state of the operation.ConnectorOperationStep.BuilderstepState(ConnectorOperationStepState stepState)The step state of the operation.ConnectorOperationStep.BuilderstepType(String stepType)The step type of the operation.ConnectorOperationStep.BuilderstepType(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 Detail
-
stepType
ConnectorOperationStep.Builder stepType(String 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:
ConnectorOperationStepType,ConnectorOperationStepType
-
stepType
ConnectorOperationStep.Builder stepType(ConnectorOperationStepType 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:
ConnectorOperationStepType,ConnectorOperationStepType
-
stepState
ConnectorOperationStep.Builder stepState(String 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:
ConnectorOperationStepState,ConnectorOperationStepState
-
stepState
ConnectorOperationStep.Builder stepState(ConnectorOperationStepState 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:
ConnectorOperationStepState,ConnectorOperationStepState
-
-