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 Details

    • 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

      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 modelArn if 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 the modelArn if 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

      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:
    • 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:
    • 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

      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:
    • 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.