Interface AutoMLJobArtifacts.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoMLJobArtifacts.Builder,
,AutoMLJobArtifacts> SdkBuilder<AutoMLJobArtifacts.Builder,
,AutoMLJobArtifacts> SdkPojo
- Enclosing class:
AutoMLJobArtifacts
public static interface AutoMLJobArtifacts.Builder
extends SdkPojo, CopyableBuilder<AutoMLJobArtifacts.Builder,AutoMLJobArtifacts>
-
Method Summary
Modifier and TypeMethodDescriptioncandidateDefinitionNotebookLocation
(String candidateDefinitionNotebookLocation) The URL of the notebook location.dataExplorationNotebookLocation
(String dataExplorationNotebookLocation) The URL of the notebook location.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 Details
-
candidateDefinitionNotebookLocation
AutoMLJobArtifacts.Builder candidateDefinitionNotebookLocation(String candidateDefinitionNotebookLocation) The URL of the notebook location.
- Parameters:
candidateDefinitionNotebookLocation
- The URL of the notebook location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataExplorationNotebookLocation
The URL of the notebook location.
- Parameters:
dataExplorationNotebookLocation
- The URL of the notebook location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-