Interface ConfiguredModelAlgorithmAssociationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfiguredModelAlgorithmAssociationSummary.Builder,
,ConfiguredModelAlgorithmAssociationSummary> SdkBuilder<ConfiguredModelAlgorithmAssociationSummary.Builder,
,ConfiguredModelAlgorithmAssociationSummary> SdkPojo
- Enclosing class:
ConfiguredModelAlgorithmAssociationSummary
@Mutable
@NotThreadSafe
public static interface ConfiguredModelAlgorithmAssociationSummary.Builder
extends SdkPojo, CopyableBuilder<ConfiguredModelAlgorithmAssociationSummary.Builder,ConfiguredModelAlgorithmAssociationSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncollaborationIdentifier
(String collaborationIdentifier) The collaboration ID of the collaboration that contains the configured model algorithm association.configuredModelAlgorithmArn
(String configuredModelAlgorithmArn) The Amazon Resource Name (ARN) of the configured model algorithm that is being associated.configuredModelAlgorithmAssociationArn
(String configuredModelAlgorithmAssociationArn) The Amazon Resource Name (ARN) of the configured model algorithm association.createTime
(Instant createTime) The time at which the configured model algorithm association was created.description
(String description) The description of the configured model algorithm association.membershipIdentifier
(String membershipIdentifier) The membership ID of the member that created the configured model algorithm association.The name of the configured model algorithm association.updateTime
(Instant updateTime) The most recent time at which the configured model algorithm association 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 association was created.
- Parameters:
createTime
- The time at which the configured model algorithm association 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 association was updated.
- Parameters:
updateTime
- The most recent time at which the configured model algorithm association was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredModelAlgorithmAssociationArn
ConfiguredModelAlgorithmAssociationSummary.Builder configuredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn) The Amazon Resource Name (ARN) of the configured model algorithm association.
- Parameters:
configuredModelAlgorithmAssociationArn
- The Amazon Resource Name (ARN) of the configured model algorithm association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredModelAlgorithmArn
ConfiguredModelAlgorithmAssociationSummary.Builder configuredModelAlgorithmArn(String configuredModelAlgorithmArn) The Amazon Resource Name (ARN) of the configured model algorithm that is being associated.
- Parameters:
configuredModelAlgorithmArn
- The Amazon Resource Name (ARN) of the configured model algorithm that is being associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the configured model algorithm association.
- Parameters:
name
- The name of the configured model algorithm association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the configured model algorithm association.
- Parameters:
description
- The description of the configured model algorithm association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
ConfiguredModelAlgorithmAssociationSummary.Builder membershipIdentifier(String membershipIdentifier) The membership ID of the member that created the configured model algorithm association.
- Parameters:
membershipIdentifier
- The membership ID of the member that created the configured model algorithm association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationIdentifier
ConfiguredModelAlgorithmAssociationSummary.Builder collaborationIdentifier(String collaborationIdentifier) The collaboration ID of the collaboration that contains the configured model algorithm association.
- Parameters:
collaborationIdentifier
- The collaboration ID of the collaboration that contains the configured model algorithm association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-