Interface ConfiguredModelAlgorithmSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConfiguredModelAlgorithmSummary.Builder,ConfiguredModelAlgorithmSummary>,SdkBuilder<ConfiguredModelAlgorithmSummary.Builder,ConfiguredModelAlgorithmSummary>,SdkPojo
- Enclosing class:
- ConfiguredModelAlgorithmSummary
public static interface ConfiguredModelAlgorithmSummary.Builder extends SdkPojo, CopyableBuilder<ConfiguredModelAlgorithmSummary.Builder,ConfiguredModelAlgorithmSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfiguredModelAlgorithmSummary.BuilderconfiguredModelAlgorithmArn(String configuredModelAlgorithmArn)The Amazon Resource Name (ARN) of the configured model algorithm.ConfiguredModelAlgorithmSummary.BuildercreateTime(Instant createTime)The time at which the configured model algorithm was created.ConfiguredModelAlgorithmSummary.Builderdescription(String description)The description of the configured model algorithm.ConfiguredModelAlgorithmSummary.Buildername(String name)The name of the configured model algorithm.ConfiguredModelAlgorithmSummary.BuilderupdateTime(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 Detail
-
createTime
ConfiguredModelAlgorithmSummary.Builder createTime(Instant 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
ConfiguredModelAlgorithmSummary.Builder updateTime(Instant 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
ConfiguredModelAlgorithmSummary.Builder name(String 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
ConfiguredModelAlgorithmSummary.Builder description(String 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.
-
-