Interface GetProvisionedModelThroughputResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockResponse.Builder,Buildable,CopyableBuilder<GetProvisionedModelThroughputResponse.Builder,GetProvisionedModelThroughputResponse>,SdkBuilder<GetProvisionedModelThroughputResponse.Builder,GetProvisionedModelThroughputResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetProvisionedModelThroughputResponse
@Mutable @NotThreadSafe public static interface GetProvisionedModelThroughputResponse.Builder extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<GetProvisionedModelThroughputResponse.Builder,GetProvisionedModelThroughputResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetProvisionedModelThroughputResponse.BuildercommitmentDuration(String commitmentDuration)Commitment duration of the Provisioned Throughput.GetProvisionedModelThroughputResponse.BuildercommitmentDuration(CommitmentDuration commitmentDuration)Commitment duration of the Provisioned Throughput.GetProvisionedModelThroughputResponse.BuildercommitmentExpirationTime(Instant commitmentExpirationTime)The timestamp for when the commitment term for the Provisioned Throughput expires.GetProvisionedModelThroughputResponse.BuildercreationTime(Instant creationTime)The timestamp of the creation time for this Provisioned Throughput.GetProvisionedModelThroughputResponse.BuilderdesiredModelArn(String desiredModelArn)The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput.GetProvisionedModelThroughputResponse.BuilderdesiredModelUnits(Integer desiredModelUnits)The number of model units that was requested for this Provisioned Throughput.GetProvisionedModelThroughputResponse.BuilderfailureMessage(String failureMessage)A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.GetProvisionedModelThroughputResponse.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.GetProvisionedModelThroughputResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp of the last time that this Provisioned Throughput was modified.GetProvisionedModelThroughputResponse.BuildermodelArn(String modelArn)The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput.GetProvisionedModelThroughputResponse.BuildermodelUnits(Integer modelUnits)The number of model units allocated to this Provisioned Throughput.GetProvisionedModelThroughputResponse.BuilderprovisionedModelArn(String provisionedModelArn)The Amazon Resource Name (ARN) of the Provisioned Throughput.GetProvisionedModelThroughputResponse.BuilderprovisionedModelName(String provisionedModelName)The name of the Provisioned Throughput.GetProvisionedModelThroughputResponse.Builderstatus(String status)The status of the Provisioned Throughput.GetProvisionedModelThroughputResponse.Builderstatus(ProvisionedModelStatus status)The status of the Provisioned Throughput.-
Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
modelUnits
GetProvisionedModelThroughputResponse.Builder modelUnits(Integer modelUnits)
The number of model units allocated to this Provisioned Throughput.
- Parameters:
modelUnits- The number of model units allocated to this Provisioned Throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredModelUnits
GetProvisionedModelThroughputResponse.Builder desiredModelUnits(Integer desiredModelUnits)
The number of model units that was requested for this Provisioned Throughput.
- Parameters:
desiredModelUnits- The number of model units that was requested for this Provisioned Throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedModelName
GetProvisionedModelThroughputResponse.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
GetProvisionedModelThroughputResponse.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
GetProvisionedModelThroughputResponse.Builder modelArn(String modelArn)
The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput.
- Parameters:
modelArn- The Amazon Resource Name (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
GetProvisionedModelThroughputResponse.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
GetProvisionedModelThroughputResponse.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.
-
status
GetProvisionedModelThroughputResponse.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
GetProvisionedModelThroughputResponse.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
-
creationTime
GetProvisionedModelThroughputResponse.Builder creationTime(Instant creationTime)
The timestamp of the creation time for this Provisioned Throughput.
- Parameters:
creationTime- The timestamp of the creation time for this Provisioned Throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
GetProvisionedModelThroughputResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp of the last time that this Provisioned Throughput was modified.
- Parameters:
lastModifiedTime- The timestamp of the last time that this Provisioned Throughput was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureMessage
GetProvisionedModelThroughputResponse.Builder failureMessage(String failureMessage)
A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.
- Parameters:
failureMessage- A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
commitmentDuration
GetProvisionedModelThroughputResponse.Builder commitmentDuration(String commitmentDuration)
Commitment duration of the Provisioned Throughput.
- Parameters:
commitmentDuration- Commitment duration of the Provisioned Throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CommitmentDuration,CommitmentDuration
-
commitmentDuration
GetProvisionedModelThroughputResponse.Builder commitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration of the Provisioned Throughput.
- Parameters:
commitmentDuration- Commitment duration of the Provisioned Throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CommitmentDuration,CommitmentDuration
-
commitmentExpirationTime
GetProvisionedModelThroughputResponse.Builder commitmentExpirationTime(Instant commitmentExpirationTime)
The timestamp for when the commitment term for the Provisioned Throughput expires.
- Parameters:
commitmentExpirationTime- The timestamp for when the commitment term for the Provisioned Throughput expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-