Interface DeployedImage.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DeployedImage.Builder,DeployedImage>
,SdkBuilder<DeployedImage.Builder,DeployedImage>
,SdkPojo
- Enclosing class:
- DeployedImage
public static interface DeployedImage.Builder extends SdkPojo, CopyableBuilder<DeployedImage.Builder,DeployedImage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeployedImage.Builder
resolutionTime(Instant resolutionTime)
The date and time when the image path for the model resolved to theResolvedImage
DeployedImage.Builder
resolvedImage(String resolvedImage)
The specific digest path of the image hosted in thisProductionVariant
.DeployedImage.Builder
specifiedImage(String specifiedImage)
The image path you specified when you created the model.-
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
-
specifiedImage
DeployedImage.Builder specifiedImage(String specifiedImage)
The image path you specified when you created the model.
- Parameters:
specifiedImage
- The image path you specified when you created the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolvedImage
DeployedImage.Builder resolvedImage(String resolvedImage)
The specific digest path of the image hosted in this
ProductionVariant
.- Parameters:
resolvedImage
- The specific digest path of the image hosted in thisProductionVariant
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolutionTime
DeployedImage.Builder resolutionTime(Instant resolutionTime)
The date and time when the image path for the model resolved to the
ResolvedImage
- Parameters:
resolutionTime
- The date and time when the image path for the model resolved to theResolvedImage
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-