Interface AlgorithmImage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AlgorithmImage.Builder,AlgorithmImage>,SdkBuilder<AlgorithmImage.Builder,AlgorithmImage>,SdkPojo
- Enclosing class:
- AlgorithmImage
public static interface AlgorithmImage.Builder extends SdkPojo, CopyableBuilder<AlgorithmImage.Builder,AlgorithmImage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlgorithmImage.BuilderdockerURI(String dockerURI)The URI of the Docker container for the algorithm image.AlgorithmImage.Buildername(String name)The name of the algorithm image.-
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
-
name
AlgorithmImage.Builder name(String name)
The name of the algorithm image.
- Parameters:
name- The name of the algorithm image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dockerURI
AlgorithmImage.Builder dockerURI(String dockerURI)
The URI of the Docker container for the algorithm image.
- Parameters:
dockerURI- The URI of the Docker container for the algorithm image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-