Interface CollaborationConfiguredModelAlgorithmAssociationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CollaborationConfiguredModelAlgorithmAssociationSummary.Builder,CollaborationConfiguredModelAlgorithmAssociationSummary>,SdkBuilder<CollaborationConfiguredModelAlgorithmAssociationSummary.Builder,CollaborationConfiguredModelAlgorithmAssociationSummary>,SdkPojo
- Enclosing class:
- CollaborationConfiguredModelAlgorithmAssociationSummary
public static interface CollaborationConfiguredModelAlgorithmAssociationSummary.Builder extends SdkPojo, CopyableBuilder<CollaborationConfiguredModelAlgorithmAssociationSummary.Builder,CollaborationConfiguredModelAlgorithmAssociationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollaborationConfiguredModelAlgorithmAssociationSummary.BuildercollaborationIdentifier(String collaborationIdentifier)The collaboration ID of the collaboration that contains the configured model algorithm association.CollaborationConfiguredModelAlgorithmAssociationSummary.BuilderconfiguredModelAlgorithmArn(String configuredModelAlgorithmArn)The Amazon Resource Name (ARN) of the configured model algorithm that is associated to the collaboration.CollaborationConfiguredModelAlgorithmAssociationSummary.BuilderconfiguredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn)The Amazon Resource Name (ARN) of the configured model algorithm association.CollaborationConfiguredModelAlgorithmAssociationSummary.BuildercreateTime(Instant createTime)The time at which the configured model algorithm association was created.CollaborationConfiguredModelAlgorithmAssociationSummary.BuildercreatorAccountId(String creatorAccountId)The account ID of the member that created the configured model algorithm association.CollaborationConfiguredModelAlgorithmAssociationSummary.Builderdescription(String description)The description of the configured model algorithm association.CollaborationConfiguredModelAlgorithmAssociationSummary.BuildermembershipIdentifier(String membershipIdentifier)The membership ID of the member that created the configured model algorithm association.CollaborationConfiguredModelAlgorithmAssociationSummary.Buildername(String name)The name of the configured model algorithm association.CollaborationConfiguredModelAlgorithmAssociationSummary.BuilderupdateTime(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 Detail
-
createTime
CollaborationConfiguredModelAlgorithmAssociationSummary.Builder createTime(Instant 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
CollaborationConfiguredModelAlgorithmAssociationSummary.Builder updateTime(Instant 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
CollaborationConfiguredModelAlgorithmAssociationSummary.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.
-
name
CollaborationConfiguredModelAlgorithmAssociationSummary.Builder name(String 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
CollaborationConfiguredModelAlgorithmAssociationSummary.Builder description(String 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
CollaborationConfiguredModelAlgorithmAssociationSummary.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
CollaborationConfiguredModelAlgorithmAssociationSummary.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.
-
configuredModelAlgorithmArn
CollaborationConfiguredModelAlgorithmAssociationSummary.Builder configuredModelAlgorithmArn(String configuredModelAlgorithmArn)
The Amazon Resource Name (ARN) of the configured model algorithm that is associated to the collaboration.
- Parameters:
configuredModelAlgorithmArn- The Amazon Resource Name (ARN) of the configured model algorithm that is associated to the collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creatorAccountId
CollaborationConfiguredModelAlgorithmAssociationSummary.Builder creatorAccountId(String creatorAccountId)
The account ID of the member that created the configured model algorithm association.
- Parameters:
creatorAccountId- The account 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.
-
-