Interface ImportedModelSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImportedModelSummary.Builder,
,ImportedModelSummary> SdkBuilder<ImportedModelSummary.Builder,
,ImportedModelSummary> SdkPojo
- Enclosing class:
ImportedModelSummary
public static interface ImportedModelSummary.Builder
extends SdkPojo, CopyableBuilder<ImportedModelSummary.Builder,ImportedModelSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) Creation time of the imported model.The Amazon Resource Name (ARN) of the imported model.Name of the imported 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 Amazon Resource Name (ARN) of the imported model.
- Parameters:
modelArn
- The Amazon Resource Name (ARN) of the imported model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelName
Name of the imported model.
- Parameters:
modelName
- Name of the imported model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
Creation time of the imported model.
- Parameters:
creationTime
- Creation time of the imported model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-