Interface CustomModelDeploymentUpdateDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomModelDeploymentUpdateDetails.Builder,,CustomModelDeploymentUpdateDetails> SdkBuilder<CustomModelDeploymentUpdateDetails.Builder,,CustomModelDeploymentUpdateDetails> SdkPojo
- Enclosing class:
CustomModelDeploymentUpdateDetails
@Mutable
@NotThreadSafe
public static interface CustomModelDeploymentUpdateDetails.Builder
extends SdkPojo, CopyableBuilder<CustomModelDeploymentUpdateDetails.Builder,CustomModelDeploymentUpdateDetails>
-
Method Summary
Modifier and TypeMethodDescriptionARN of the new custom model being deployed as part of the update.updateStatus(String updateStatus) Current status of the deployment update.updateStatus(CustomModelDeploymentUpdateStatus updateStatus) Current status of the deployment update.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
modelArn
ARN of the new custom model being deployed as part of the update.
- Parameters:
modelArn- ARN of the new custom model being deployed as part of the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateStatus
Current status of the deployment update.
- Parameters:
updateStatus- Current status of the deployment update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updateStatus
CustomModelDeploymentUpdateDetails.Builder updateStatus(CustomModelDeploymentUpdateStatus updateStatus) Current status of the deployment update.
- Parameters:
updateStatus- Current status of the deployment update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-