Interface CollaborationMLInputChannelSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CollaborationMLInputChannelSummary.Builder,CollaborationMLInputChannelSummary>,SdkBuilder<CollaborationMLInputChannelSummary.Builder,CollaborationMLInputChannelSummary>,SdkPojo
- Enclosing class:
- CollaborationMLInputChannelSummary
public static interface CollaborationMLInputChannelSummary.Builder extends SdkPojo, CopyableBuilder<CollaborationMLInputChannelSummary.Builder,CollaborationMLInputChannelSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollaborationMLInputChannelSummary.BuildercollaborationIdentifier(String collaborationIdentifier)The collaboration ID of the collaboration that contains the ML input channel.CollaborationMLInputChannelSummary.BuilderconfiguredModelAlgorithmAssociations(String... configuredModelAlgorithmAssociations)The associated configured model algorithms used to create the ML input channel.CollaborationMLInputChannelSummary.BuilderconfiguredModelAlgorithmAssociations(Collection<String> configuredModelAlgorithmAssociations)The associated configured model algorithms used to create the ML input channel.CollaborationMLInputChannelSummary.BuildercreateTime(Instant createTime)The time at which the ML input channel was created.CollaborationMLInputChannelSummary.BuildercreatorAccountId(String creatorAccountId)The account ID of the member who created the ML input channel.CollaborationMLInputChannelSummary.Builderdescription(String description)The description of the ML input channel.CollaborationMLInputChannelSummary.BuildermembershipIdentifier(String membershipIdentifier)The membership ID of the membership that contains the ML input channel.CollaborationMLInputChannelSummary.BuildermlInputChannelArn(String mlInputChannelArn)The Amazon Resource Name (ARN) of the ML input channel.CollaborationMLInputChannelSummary.Buildername(String name)The name of the ML input channel.CollaborationMLInputChannelSummary.Builderstatus(String status)The status of the ML input channel.CollaborationMLInputChannelSummary.Builderstatus(MLInputChannelStatus status)The status of the ML input channel.CollaborationMLInputChannelSummary.BuilderupdateTime(Instant updateTime)The most recent time at which the ML input channel 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
CollaborationMLInputChannelSummary.Builder createTime(Instant createTime)
The time at which the ML input channel was created.
- Parameters:
createTime- The time at which the ML input channel was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
CollaborationMLInputChannelSummary.Builder updateTime(Instant updateTime)
The most recent time at which the ML input channel was updated.
- Parameters:
updateTime- The most recent time at which the ML input channel was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
CollaborationMLInputChannelSummary.Builder membershipIdentifier(String membershipIdentifier)
The membership ID of the membership that contains the ML input channel.
- Parameters:
membershipIdentifier- The membership ID of the membership that contains the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationIdentifier
CollaborationMLInputChannelSummary.Builder collaborationIdentifier(String collaborationIdentifier)
The collaboration ID of the collaboration that contains the ML input channel.
- Parameters:
collaborationIdentifier- The collaboration ID of the collaboration that contains the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CollaborationMLInputChannelSummary.Builder name(String name)
The name of the ML input channel.
- Parameters:
name- The name of the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredModelAlgorithmAssociations
CollaborationMLInputChannelSummary.Builder configuredModelAlgorithmAssociations(Collection<String> configuredModelAlgorithmAssociations)
The associated configured model algorithms used to create the ML input channel.
- Parameters:
configuredModelAlgorithmAssociations- The associated configured model algorithms used to create the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredModelAlgorithmAssociations
CollaborationMLInputChannelSummary.Builder configuredModelAlgorithmAssociations(String... configuredModelAlgorithmAssociations)
The associated configured model algorithms used to create the ML input channel.
- Parameters:
configuredModelAlgorithmAssociations- The associated configured model algorithms used to create the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlInputChannelArn
CollaborationMLInputChannelSummary.Builder mlInputChannelArn(String mlInputChannelArn)
The Amazon Resource Name (ARN) of the ML input channel.
- Parameters:
mlInputChannelArn- The Amazon Resource Name (ARN) of the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
CollaborationMLInputChannelSummary.Builder status(String status)
The status of the ML input channel.
- Parameters:
status- The status of the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MLInputChannelStatus,MLInputChannelStatus
-
status
CollaborationMLInputChannelSummary.Builder status(MLInputChannelStatus status)
The status of the ML input channel.
- Parameters:
status- The status of the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MLInputChannelStatus,MLInputChannelStatus
-
creatorAccountId
CollaborationMLInputChannelSummary.Builder creatorAccountId(String creatorAccountId)
The account ID of the member who created the ML input channel.
- Parameters:
creatorAccountId- The account ID of the member who created the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CollaborationMLInputChannelSummary.Builder description(String description)
The description of the ML input channel.
- Parameters:
description- The description of the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-