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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoMLJobArtifacts.Builder
candidateDefinitionNotebookLocation(String candidateDefinitionNotebookLocation)
The URL of the notebook location.AutoMLJobArtifacts.Builder
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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
AutoMLJobArtifacts.Builder dataExplorationNotebookLocation(String 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.
-
-