Interface UpdateProvisionedModelThroughputRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockRequest.Builder,Buildable,CopyableBuilder<UpdateProvisionedModelThroughputRequest.Builder,UpdateProvisionedModelThroughputRequest>,SdkBuilder<UpdateProvisionedModelThroughputRequest.Builder,UpdateProvisionedModelThroughputRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateProvisionedModelThroughputRequest
public static interface UpdateProvisionedModelThroughputRequest.Builder extends BedrockRequest.Builder, SdkPojo, CopyableBuilder<UpdateProvisionedModelThroughputRequest.Builder,UpdateProvisionedModelThroughputRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateProvisionedModelThroughputRequest.BuilderdesiredModelId(String desiredModelId)The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput.UpdateProvisionedModelThroughputRequest.BuilderdesiredProvisionedModelName(String desiredProvisionedModelName)The new name for this Provisioned Throughput.UpdateProvisionedModelThroughputRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateProvisionedModelThroughputRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateProvisionedModelThroughputRequest.BuilderprovisionedModelId(String provisionedModelId)The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockRequest.Builder
build
-
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
-
provisionedModelId
UpdateProvisionedModelThroughputRequest.Builder provisionedModelId(String provisionedModelId)
The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.
- Parameters:
provisionedModelId- The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredProvisionedModelName
UpdateProvisionedModelThroughputRequest.Builder desiredProvisionedModelName(String desiredProvisionedModelName)
The new name for this Provisioned Throughput.
- Parameters:
desiredProvisionedModelName- The new name for this Provisioned Throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredModelId
UpdateProvisionedModelThroughputRequest.Builder desiredModelId(String desiredModelId)
The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput. You can't specify this field if this Provisioned Throughput is associated with a base model.
If this Provisioned Throughput is associated with a custom model, you can specify one of the following options:
-
The base model from which the custom model was customized.
-
Another custom model that was customized from the same base model as the custom model.
- Parameters:
desiredModelId- The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput. You can't specify this field if this Provisioned Throughput is associated with a base model.If this Provisioned Throughput is associated with a custom model, you can specify one of the following options:
-
The base model from which the custom model was customized.
-
Another custom model that was customized from the same base model as the custom model.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
UpdateProvisionedModelThroughputRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateProvisionedModelThroughputRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-