Interface MLInputChannelSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MLInputChannelSummary.Builder,
,MLInputChannelSummary> SdkBuilder<MLInputChannelSummary.Builder,
,MLInputChannelSummary> SdkPojo
- Enclosing class:
MLInputChannelSummary
@Mutable
@NotThreadSafe
public static interface MLInputChannelSummary.Builder
extends SdkPojo, CopyableBuilder<MLInputChannelSummary.Builder,MLInputChannelSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncollaborationIdentifier
(String collaborationIdentifier) The collaboration ID of the collaboration that contains the ML input channel.configuredModelAlgorithmAssociations
(String... configuredModelAlgorithmAssociations) The associated configured model algorithms used to create the ML input channel.configuredModelAlgorithmAssociations
(Collection<String> configuredModelAlgorithmAssociations) The associated configured model algorithms used to create the ML input channel.createTime
(Instant createTime) The time at which the ML input channel was created.description
(String description) The description of the ML input channel.membershipIdentifier
(String membershipIdentifier) The membership ID of the membership that contains the ML input channel.mlInputChannelArn
(String mlInputChannelArn) The Amazon Resource Name (ARN) of the ML input channel.The name of the ML input channel.protectedQueryIdentifier
(String protectedQueryIdentifier) The ID of the protected query that was used to create the ML input channel.The status of the ML input channel.status
(MLInputChannelStatus status) The status of the ML input channel.updateTime
(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 Details
-
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
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
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
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
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
MLInputChannelSummary.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
MLInputChannelSummary.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.
-
protectedQueryIdentifier
The ID of the protected query that was used to create the ML input channel.
- Parameters:
protectedQueryIdentifier
- The ID of the protected query that was used to create the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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:
-
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:
-
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.
-