Interface GetProvisionedModelThroughputResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockResponse.Builder,Buildable,CopyableBuilder<GetProvisionedModelThroughputResponse.Builder,GetProvisionedModelThroughputResponse>,SdkBuilder<GetProvisionedModelThroughputResponse.Builder,GetProvisionedModelThroughputResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetProvisionedModelThroughputResponse
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)Commitment expiration time for the provisioned throughput.GetProvisionedModelThroughputResponse.BuildercreationTime(Instant creationTime)The timestamp of the creation time for this provisioned throughput.GetProvisionedModelThroughputResponse.BuilderdesiredModelArn(String desiredModelArn)The ARN of the new model to asssociate with this provisioned throughput.GetProvisionedModelThroughputResponse.BuilderdesiredModelUnits(Integer desiredModelUnits)The desired number of model units that was requested to be available for this provisioned throughput.GetProvisionedModelThroughputResponse.BuilderfailureMessage(String failureMessage)Failure message for any issues that the create operation encounters.GetProvisionedModelThroughputResponse.BuilderfoundationModelArn(String foundationModelArn)ARN of the foundation model.GetProvisionedModelThroughputResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp of the last modified time of this provisioned throughput.GetProvisionedModelThroughputResponse.BuildermodelArn(String modelArn)The ARN or name of the model associated with this provisioned throughput.GetProvisionedModelThroughputResponse.BuildermodelUnits(Integer modelUnits)The current number of model units requested to be available for this provisioned throughput.GetProvisionedModelThroughputResponse.BuilderprovisionedModelArn(String provisionedModelArn)The ARN of the provisioned throughput.GetProvisionedModelThroughputResponse.BuilderprovisionedModelName(String provisionedModelName)The name of the provisioned throughput.GetProvisionedModelThroughputResponse.Builderstatus(String status)Status of the provisioned throughput.GetProvisionedModelThroughputResponse.Builderstatus(ProvisionedModelStatus status)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
modelUnits
GetProvisionedModelThroughputResponse.Builder modelUnits(Integer modelUnits)
The current number of model units requested to be available for this provisioned throughput.
- Parameters:
modelUnits- The current number of model units requested to be available for 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 desired number of model units that was requested to be available for this provisioned throughput.
- Parameters:
desiredModelUnits- The desired number of model units that was requested to be available 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 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
GetProvisionedModelThroughputResponse.Builder modelArn(String modelArn)
The ARN or name of the model associated with this provisioned throughput.
- Parameters:
modelArn- The ARN or name 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 ARN of the new model to asssociate with this provisioned throughput.
- Parameters:
desiredModelArn- The ARN of the new model to asssociate with this provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
foundationModelArn
GetProvisionedModelThroughputResponse.Builder foundationModelArn(String foundationModelArn)
ARN of the foundation model.
- Parameters:
foundationModelArn- ARN of the foundation model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetProvisionedModelThroughputResponse.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
GetProvisionedModelThroughputResponse.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
-
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 modified time of this provisioned throughput.
- Parameters:
lastModifiedTime- The timestamp of the last modified time of this provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureMessage
GetProvisionedModelThroughputResponse.Builder failureMessage(String failureMessage)
Failure message for any issues that the create operation encounters.
- Parameters:
failureMessage- Failure message for any issues that the create operation encounters.- 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)
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.
-
-