Interface ConfiguredModelAlgorithmSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfiguredModelAlgorithmSummary.Builder,
,ConfiguredModelAlgorithmSummary> SdkBuilder<ConfiguredModelAlgorithmSummary.Builder,
,ConfiguredModelAlgorithmSummary> SdkPojo
- Enclosing class:
ConfiguredModelAlgorithmSummary
@Mutable
@NotThreadSafe
public static interface ConfiguredModelAlgorithmSummary.Builder
extends SdkPojo, CopyableBuilder<ConfiguredModelAlgorithmSummary.Builder,ConfiguredModelAlgorithmSummary>
-
Method Summary
Modifier and TypeMethodDescriptionconfiguredModelAlgorithmArn
(String configuredModelAlgorithmArn) The Amazon Resource Name (ARN) of the configured model algorithm.createTime
(Instant createTime) The time at which the configured model algorithm was created.description
(String description) The description of the configured model algorithm.The name of the configured model algorithm.updateTime
(Instant updateTime) The most recent time at which the configured model algorithm was updated.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, sdkFieldNameToField, sdkFields
-
Method Details
-
createTime
The time at which the configured model algorithm was created.
- Parameters:
createTime
- The time at which the configured model algorithm was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
The most recent time at which the configured model algorithm was updated.
- Parameters:
updateTime
- The most recent time at which the configured model algorithm was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredModelAlgorithmArn
ConfiguredModelAlgorithmSummary.Builder configuredModelAlgorithmArn(String configuredModelAlgorithmArn) The Amazon Resource Name (ARN) of the configured model algorithm.
- Parameters:
configuredModelAlgorithmArn
- The Amazon Resource Name (ARN) of the configured model algorithm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the configured model algorithm.
- Parameters:
name
- The name of the configured model algorithm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the configured model algorithm.
- Parameters:
description
- The description of the configured model algorithm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-