Interface AIBenchmarkInferenceComponent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIBenchmarkInferenceComponent.Builder,,AIBenchmarkInferenceComponent> SdkBuilder<AIBenchmarkInferenceComponent.Builder,,AIBenchmarkInferenceComponent> SdkPojo
- Enclosing class:
AIBenchmarkInferenceComponent
@Mutable
@NotThreadSafe
public static interface AIBenchmarkInferenceComponent.Builder
extends SdkPojo, CopyableBuilder<AIBenchmarkInferenceComponent.Builder,AIBenchmarkInferenceComponent>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier(String identifier) The name or Amazon Resource Name (ARN) of the inference component.Methods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
identifier
The name or Amazon Resource Name (ARN) of the inference component.
- Parameters:
identifier- The name or Amazon Resource Name (ARN) of the inference component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-