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 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 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 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
UpdateProvisionedModelThroughputRequest.Builder desiredModelId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateProvisionedModelThroughputRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-