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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProvisionedModelSummary.BuildercommitmentDuration(String commitmentDuration)Commitment duration for the provisioned throughput.ProvisionedModelSummary.BuildercommitmentDuration(CommitmentDuration commitmentDuration)Commitment duration for the provisioned throughput.ProvisionedModelSummary.BuildercommitmentExpirationTime(Instant commitmentExpirationTime)Commitment expiration time for the provisioned throughput.ProvisionedModelSummary.BuildercreationTime(Instant creationTime)The time that this provisioned throughput was created.ProvisionedModelSummary.BuilderdesiredModelArn(String desiredModelArn)Desired model ARN.ProvisionedModelSummary.BuilderdesiredModelUnits(Integer desiredModelUnits)Desired model units.ProvisionedModelSummary.BuilderfoundationModelArn(String foundationModelArn)Foundation model ARN.ProvisionedModelSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The time that this provisioned throughput was last modified.ProvisionedModelSummary.BuildermodelArn(String modelArn)The ARN of the model associated with this provisioned throughput.ProvisionedModelSummary.BuildermodelUnits(Integer modelUnits)The number of model units allocated.ProvisionedModelSummary.BuilderprovisionedModelArn(String provisionedModelArn)The ARN of the provisioned throughput.ProvisionedModelSummary.BuilderprovisionedModelName(String provisionedModelName)The name of the provisioned throughput.ProvisionedModelSummary.Builderstatus(String status)Status of the provisioned throughput.ProvisionedModelSummary.Builderstatus(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 Detail
-
provisionedModelName
ProvisionedModelSummary.Builder provisionedModelName(String 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
ProvisionedModelSummary.Builder provisionedModelArn(String 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
ProvisionedModelSummary.Builder modelArn(String 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
ProvisionedModelSummary.Builder desiredModelArn(String 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
ProvisionedModelSummary.Builder foundationModelArn(String 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
ProvisionedModelSummary.Builder modelUnits(Integer 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
ProvisionedModelSummary.Builder desiredModelUnits(Integer 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
ProvisionedModelSummary.Builder status(String 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:
ProvisionedModelStatus,ProvisionedModelStatus
-
status
ProvisionedModelSummary.Builder status(ProvisionedModelStatus 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:
ProvisionedModelStatus,ProvisionedModelStatus
-
commitmentDuration
ProvisionedModelSummary.Builder commitmentDuration(String 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,CommitmentDuration
-
commitmentDuration
ProvisionedModelSummary.Builder commitmentDuration(CommitmentDuration 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,CommitmentDuration
-
commitmentExpirationTime
ProvisionedModelSummary.Builder commitmentExpirationTime(Instant 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
ProvisionedModelSummary.Builder creationTime(Instant 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
ProvisionedModelSummary.Builder lastModifiedTime(Instant 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.
-
-