Interface ModelPerformanceConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ModelPerformanceConfiguration.Builder,,- ModelPerformanceConfiguration> - SdkBuilder<ModelPerformanceConfiguration.Builder,,- ModelPerformanceConfiguration> - SdkPojo
- Enclosing class:
- ModelPerformanceConfiguration
@Mutable
@NotThreadSafe
public static interface ModelPerformanceConfiguration.Builder
extends SdkPojo, CopyableBuilder<ModelPerformanceConfiguration.Builder,ModelPerformanceConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionperformanceConfig(Consumer<PerformanceConfiguration.Builder> performanceConfig) The latency configuration for the model.performanceConfig(PerformanceConfiguration performanceConfig) The latency configuration for the model.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
performanceConfigThe latency configuration for the model. - Parameters:
- performanceConfig- The latency configuration for the model.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
performanceConfigdefault ModelPerformanceConfiguration.Builder performanceConfig(Consumer<PerformanceConfiguration.Builder> performanceConfig) The latency configuration for the model. This is a convenience method that creates an instance of thePerformanceConfiguration.Builderavoiding the need to create one manually viaPerformanceConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toperformanceConfig(PerformanceConfiguration).- Parameters:
- performanceConfig- a consumer that will call methods on- PerformanceConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-