Interface ProductionVariantStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProductionVariantStatus.Builder,
,ProductionVariantStatus> SdkBuilder<ProductionVariantStatus.Builder,
,ProductionVariantStatus> SdkPojo
- Enclosing class:
ProductionVariantStatus
-
Method Summary
Modifier and TypeMethodDescriptionThe start time of the current status change.The endpoint variant status which describes the current deployment stage status or operational status.status
(VariantStatus status) The endpoint variant status which describes the current deployment stage status or operational status.statusMessage
(String statusMessage) A message that describes the status of the production variant.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
-
status
The endpoint variant status which describes the current deployment stage status or operational status.
-
Creating
: Creating inference resources for the production variant. -
Deleting
: Terminating inference resources for the production variant. -
Updating
: Updating capacity for the production variant. -
ActivatingTraffic
: Turning on traffic for the production variant. -
Baking
: Waiting period to monitor the CloudWatch alarms in the automatic rollback configuration.
- Parameters:
status
- The endpoint variant status which describes the current deployment stage status or operational status.-
Creating
: Creating inference resources for the production variant. -
Deleting
: Terminating inference resources for the production variant. -
Updating
: Updating capacity for the production variant. -
ActivatingTraffic
: Turning on traffic for the production variant. -
Baking
: Waiting period to monitor the CloudWatch alarms in the automatic rollback configuration.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The endpoint variant status which describes the current deployment stage status or operational status.
-
Creating
: Creating inference resources for the production variant. -
Deleting
: Terminating inference resources for the production variant. -
Updating
: Updating capacity for the production variant. -
ActivatingTraffic
: Turning on traffic for the production variant. -
Baking
: Waiting period to monitor the CloudWatch alarms in the automatic rollback configuration.
- Parameters:
status
- The endpoint variant status which describes the current deployment stage status or operational status.-
Creating
: Creating inference resources for the production variant. -
Deleting
: Terminating inference resources for the production variant. -
Updating
: Updating capacity for the production variant. -
ActivatingTraffic
: Turning on traffic for the production variant. -
Baking
: Waiting period to monitor the CloudWatch alarms in the automatic rollback configuration.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
statusMessage
A message that describes the status of the production variant.
- Parameters:
statusMessage
- A message that describes the status of the production variant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The start time of the current status change.
- Parameters:
startTime
- The start time of the current status change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-