Interface CustomModelSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomModelSummary.Builder,
,CustomModelSummary> SdkBuilder<CustomModelSummary.Builder,
,CustomModelSummary> SdkPojo
- Enclosing class:
CustomModelSummary
public static interface CustomModelSummary.Builder
extends SdkPojo, CopyableBuilder<CustomModelSummary.Builder,CustomModelSummary>
-
Method Summary
Modifier and TypeMethodDescriptionbaseModelArn
(String baseModelArn) The base model ARN.baseModelName
(String baseModelName) The base model name.creationTime
(Instant creationTime) Creation time of the model.The ARN of the custom model.The name of the custom model.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 Details
-
modelArn
The ARN of the custom model.
- Parameters:
modelArn
- The ARN of the custom model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelName
The name of the custom model.
- Parameters:
modelName
- The name of the custom model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
Creation time of the model.
- Parameters:
creationTime
- Creation time of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseModelArn
The base model ARN.
- Parameters:
baseModelArn
- The base model ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseModelName
The base model name.
- Parameters:
baseModelName
- The base model name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-