Interface ProvisionedModelSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProvisionedModelSummary.Builder,
,ProvisionedModelSummary> SdkBuilder<ProvisionedModelSummary.Builder,
,ProvisionedModelSummary> SdkPojo
- Enclosing class:
ProvisionedModelSummary
public static interface ProvisionedModelSummary.Builder
extends SdkPojo, CopyableBuilder<ProvisionedModelSummary.Builder,ProvisionedModelSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncommitmentDuration
(String commitmentDuration) Commitment duration for the provisioned throughput.commitmentDuration
(CommitmentDuration commitmentDuration) Commitment duration for the provisioned throughput.commitmentExpirationTime
(Instant commitmentExpirationTime) Commitment expiration time for the provisioned throughput.creationTime
(Instant creationTime) The time that this provisioned throughput was created.desiredModelArn
(String desiredModelArn) Desired model ARN.desiredModelUnits
(Integer desiredModelUnits) Desired model units.foundationModelArn
(String foundationModelArn) Foundation model ARN.lastModifiedTime
(Instant lastModifiedTime) The time that this provisioned throughput was last modified.The ARN of the model associated with this provisioned throughput.modelUnits
(Integer modelUnits) The number of model units allocated.provisionedModelArn
(String provisionedModelArn) The ARN of the provisioned throughput.provisionedModelName
(String provisionedModelName) The name of the provisioned throughput.Status of the provisioned throughput.status
(ProvisionedModelStatus status) Status of the provisioned throughput.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
-
provisionedModelName
The name of the provisioned throughput.
- Parameters:
provisionedModelName
- The name of the provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedModelArn
The ARN of the provisioned throughput.
- Parameters:
provisionedModelArn
- The ARN of the provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelArn
The ARN of the model associated with this provisioned throughput.
- Parameters:
modelArn
- The ARN of the model associated with this provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredModelArn
Desired model ARN.
- Parameters:
desiredModelArn
- Desired model ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
foundationModelArn
Foundation model ARN.
- Parameters:
foundationModelArn
- Foundation model ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelUnits
The number of model units allocated.
- Parameters:
modelUnits
- The number of model units allocated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredModelUnits
Desired model units.
- Parameters:
desiredModelUnits
- Desired model units.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Status of the provisioned throughput.
- Parameters:
status
- Status of the provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of the provisioned throughput.
- Parameters:
status
- Status of the provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
commitmentDuration
Commitment duration for the provisioned throughput.
- Parameters:
commitmentDuration
- Commitment duration for the provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
commitmentDuration
Commitment duration for the provisioned throughput.
- Parameters:
commitmentDuration
- Commitment duration for the provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
commitmentExpirationTime
Commitment expiration time for the provisioned throughput.
- Parameters:
commitmentExpirationTime
- Commitment expiration time for the provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time that this provisioned throughput was created.
- Parameters:
creationTime
- The time that this provisioned throughput was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The time that this provisioned throughput was last modified.
- Parameters:
lastModifiedTime
- The time that this provisioned throughput was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-