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)The duration for which the Provisioned Throughput was committed.ProvisionedModelSummary.BuildercommitmentDuration(CommitmentDuration commitmentDuration)The duration for which the Provisioned Throughput was committed.ProvisionedModelSummary.BuildercommitmentExpirationTime(Instant commitmentExpirationTime)The timestamp for when the commitment term of the Provisioned Throughput expires.ProvisionedModelSummary.BuildercreationTime(Instant creationTime)The time that the Provisioned Throughput was created.ProvisionedModelSummary.BuilderdesiredModelArn(String desiredModelArn)The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput.ProvisionedModelSummary.BuilderdesiredModelUnits(Integer desiredModelUnits)The number of model units that was requested to be allocated to the Provisioned Throughput.ProvisionedModelSummary.BuilderfoundationModelArn(String foundationModelArn)The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.ProvisionedModelSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The time that the Provisioned Throughput was last modified.ProvisionedModelSummary.BuildermodelArn(String modelArn)The Amazon Resource Name (ARN) of the model associated with the Provisioned Throughput.ProvisionedModelSummary.BuildermodelUnits(Integer modelUnits)The number of model units allocated to the Provisioned Throughput.ProvisionedModelSummary.BuilderprovisionedModelArn(String provisionedModelArn)The Amazon Resource Name (ARN) of the Provisioned Throughput.ProvisionedModelSummary.BuilderprovisionedModelName(String provisionedModelName)The name of the Provisioned Throughput.ProvisionedModelSummary.Builderstatus(String status)The status of the Provisioned Throughput.ProvisionedModelSummary.Builderstatus(ProvisionedModelStatus status)The 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 Amazon Resource Name (ARN) of the Provisioned Throughput.
- Parameters:
provisionedModelArn- The Amazon Resource Name (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 Amazon Resource Name (ARN) of the model associated with the Provisioned Throughput.
- Parameters:
modelArn- The Amazon Resource Name (ARN) of the model associated with the Provisioned Throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredModelArn
ProvisionedModelSummary.Builder desiredModelArn(String desiredModelArn)
The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from the
modelArnif updating hasn't completed.- Parameters:
desiredModelArn- The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from themodelArnif updating hasn't completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
foundationModelArn
ProvisionedModelSummary.Builder foundationModelArn(String foundationModelArn)
The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.
- Parameters:
foundationModelArn- The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.- 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 to the Provisioned Throughput.
- Parameters:
modelUnits- The number of model units allocated to the Provisioned Throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredModelUnits
ProvisionedModelSummary.Builder desiredModelUnits(Integer desiredModelUnits)
The number of model units that was requested to be allocated to the Provisioned Throughput.
- Parameters:
desiredModelUnits- The number of model units that was requested to be allocated to the Provisioned Throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ProvisionedModelSummary.Builder status(String status)
The status of the Provisioned Throughput.
- Parameters:
status- The 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)
The status of the Provisioned Throughput.
- Parameters:
status- The 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)
The duration for which the Provisioned Throughput was committed.
- Parameters:
commitmentDuration- The duration for which the Provisioned Throughput was committed.- 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)
The duration for which the Provisioned Throughput was committed.
- Parameters:
commitmentDuration- The duration for which the Provisioned Throughput was committed.- 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)
The timestamp for when the commitment term of the Provisioned Throughput expires.
- Parameters:
commitmentExpirationTime- The timestamp for when the commitment term of the Provisioned Throughput expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
ProvisionedModelSummary.Builder creationTime(Instant creationTime)
The time that the Provisioned Throughput was created.
- Parameters:
creationTime- The time that the 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 the Provisioned Throughput was last modified.
- Parameters:
lastModifiedTime- The time that the Provisioned Throughput was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-