UpdateFeedRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of an IAM role that Elemental Inference assumes to access resources in your account on your behalf. You can specify the existing role (to leave it unchanged) or a new role. You specify one access role for each feed.

Link copied to clipboard
val id: String?

The ID of the feed to update.

Link copied to clipboard
val name: String?

Required. You can specify the existing name (to leave it unchanged) or a new name.

Link copied to clipboard

Required. You can specify the existing array of outputs (to leave outputs unchanged) or you can specify a new array.

Functions

Link copied to clipboard
inline fun copy(block: UpdateFeedRequest.Builder.() -> Unit = {}): UpdateFeedRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String