Interface AutoMLCandidateStep.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AutoMLCandidateStep.Builder,AutoMLCandidateStep>,SdkBuilder<AutoMLCandidateStep.Builder,AutoMLCandidateStep>,SdkPojo
- Enclosing class:
- AutoMLCandidateStep
public static interface AutoMLCandidateStep.Builder extends SdkPojo, CopyableBuilder<AutoMLCandidateStep.Builder,AutoMLCandidateStep>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoMLCandidateStep.BuildercandidateStepArn(String candidateStepArn)The ARN for the candidate's step.AutoMLCandidateStep.BuildercandidateStepName(String candidateStepName)The name for the candidate's step.AutoMLCandidateStep.BuildercandidateStepType(String candidateStepType)Whether the candidate is at the transform, training, or processing step.AutoMLCandidateStep.BuildercandidateStepType(CandidateStepType candidateStepType)Whether the candidate is at the transform, training, or processing step.-
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, sdkFields
-
-
-
-
Method Detail
-
candidateStepType
AutoMLCandidateStep.Builder candidateStepType(String candidateStepType)
Whether the candidate is at the transform, training, or processing step.
- Parameters:
candidateStepType- Whether the candidate is at the transform, training, or processing step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CandidateStepType,CandidateStepType
-
candidateStepType
AutoMLCandidateStep.Builder candidateStepType(CandidateStepType candidateStepType)
Whether the candidate is at the transform, training, or processing step.
- Parameters:
candidateStepType- Whether the candidate is at the transform, training, or processing step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CandidateStepType,CandidateStepType
-
candidateStepArn
AutoMLCandidateStep.Builder candidateStepArn(String candidateStepArn)
The ARN for the candidate's step.
- Parameters:
candidateStepArn- The ARN for the candidate's step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
candidateStepName
AutoMLCandidateStep.Builder candidateStepName(String candidateStepName)
The name for the candidate's step.
- Parameters:
candidateStepName- The name for the candidate's step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-