static GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.builder() |
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.collaborationIdentifier(String collaborationIdentifier) |
The collaboration ID of the collaboration that contains the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.configuredModelAlgorithmAssociations(String... configuredModelAlgorithmAssociations) |
The configured model algorithm associations that were used to create the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.configuredModelAlgorithmAssociations(Collection<String> configuredModelAlgorithmAssociations) |
The configured model algorithm associations that were used to create the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.createTime(Instant createTime) |
The time at which the ML input channel was created.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.description(String description) |
The description of the ML input channel.
|
default GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.inputChannel(Consumer<InputChannel.Builder> inputChannel) |
The input channel that was used to create the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.inputChannel(InputChannel inputChannel) |
The input channel that was used to create the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.kmsKeyArn(String kmsKeyArn) |
The Amazon Resource Name (ARN) of the KMS key that was used to create the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.membershipIdentifier(String membershipIdentifier) |
The membership ID of the membership that contains the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.mlInputChannelArn(String mlInputChannelArn) |
The Amazon Resource Name (ARN) of the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.name(String name) |
The name of the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.numberOfFiles(Double numberOfFiles) |
The number of files in the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.numberOfRecords(Long numberOfRecords) |
The number of records in the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.protectedQueryIdentifier(String protectedQueryIdentifier) |
The ID of the protected query that was used to create the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.retentionInDays(Integer retentionInDays) |
The number of days to keep the data in the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.sizeInGb(Double sizeInGb) |
The size, in GB, of the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.status(String status) |
The status of the ML input channel.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.status(MLInputChannelStatus status) |
The status of the ML input channel.
|
default GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.statusDetails(Consumer<StatusDetails.Builder> statusDetails) |
Sets the value of the StatusDetails property for this object.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.statusDetails(StatusDetails statusDetails) |
Sets the value of the StatusDetails property for this object.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.tags(Map<String,String> tags) |
The optional metadata that you applied to the resource to help you categorize and organize them.
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.toBuilder() |
|
GetMlInputChannelResponse.Builder |
GetMlInputChannelResponse.Builder.updateTime(Instant updateTime) |
The most recent time at which the ML input channel was updated.
|