static GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.builder() |
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.collaborationIdentifier(String collaborationIdentifier) |
The collaboration ID of the collaboration that contains the ML input channel.
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.configuredModelAlgorithmAssociations(String... configuredModelAlgorithmAssociations) |
The configured model algorithm associations that were used to create the ML input channel.
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.configuredModelAlgorithmAssociations(Collection<String> configuredModelAlgorithmAssociations) |
The configured model algorithm associations that were used to create the ML input channel.
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.createTime(Instant createTime) |
The time at which the ML input channel was created.
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.creatorAccountId(String creatorAccountId) |
The account ID of the member who created the ML input channel.
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.description(String description) |
The description of the ML input channel.
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.membershipIdentifier(String membershipIdentifier) |
The membership ID of the membership that contains the ML input channel.
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.mlInputChannelArn(String mlInputChannelArn) |
The Amazon Resource Name (ARN) of the ML input channel.
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.name(String name) |
The name of the ML input channel.
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.numberOfRecords(Long numberOfRecords) |
The number of records in the ML input channel.
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.retentionInDays(Integer retentionInDays) |
The number of days to retain the data for the ML input channel.
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.status(String status) |
The status of the ML input channel.
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.status(MLInputChannelStatus status) |
The status of the ML input channel.
|
default GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.statusDetails(Consumer<StatusDetails.Builder> statusDetails) |
Sets the value of the StatusDetails property for this object.
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.statusDetails(StatusDetails statusDetails) |
Sets the value of the StatusDetails property for this object.
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.toBuilder() |
|
GetCollaborationMlInputChannelResponse.Builder |
GetCollaborationMlInputChannelResponse.Builder.updateTime(Instant updateTime) |
The most recent time at which the ML input channel was updated.
|