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
Modifier and TypeMethodDescriptiondesiredModelId(String desiredModelId) The ARN of the new model to associate with this provisioned throughput.desiredProvisionedModelName(String desiredProvisionedModelName) The new name for this provisioned throughput.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.provisionedModelId(String provisionedModelId) The ARN or name of the provisioned throughput to update.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
provisionedModelId
The ARN or name of the provisioned throughput to update.
- Parameters:
provisionedModelId- The 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
The ARN of the new model to associate with this provisioned throughput.
- Parameters:
desiredModelId- The ARN of the new model to associate with this provisioned throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateProvisionedModelThroughputRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateProvisionedModelThroughputRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-