Class BetaManagedAgentsSessionRequiresAction.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSessionRequiresAction.BuilderA builder for BetaManagedAgentsSessionRequiresAction.
-
-
Method Summary
-
-
Method Detail
-
eventIds
final BetaManagedAgentsSessionRequiresAction.Builder eventIds(List<String> eventIds)
The ids of events the agent is blocked on. Resolving fewer than all re-emits
session.status_idlewith the remainder.
-
eventIds
final BetaManagedAgentsSessionRequiresAction.Builder eventIds(JsonField<List<String>> eventIds)
Sets Builder.eventIds to an arbitrary JSON value.
You should usually call Builder.eventIds with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addEventId
final BetaManagedAgentsSessionRequiresAction.Builder addEventId(String eventId)
-
type
final BetaManagedAgentsSessionRequiresAction.Builder type(BetaManagedAgentsSessionRequiresAction.Type type)
-
type
final BetaManagedAgentsSessionRequiresAction.Builder type(JsonField<BetaManagedAgentsSessionRequiresAction.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsSessionRequiresAction.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsSessionRequiresAction.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsSessionRequiresAction.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsSessionRequiresAction.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsSessionRequiresAction.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsSessionRequiresAction build()
Returns an immutable instance of BetaManagedAgentsSessionRequiresAction.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.eventIds() .type()
-
-
-
-