Class BetaManagedAgentsSessionStatusRunningEvent.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSessionStatusRunningEvent.BuilderA builder for BetaManagedAgentsSessionStatusRunningEvent.
-
-
Method Summary
-
-
Method Detail
-
id
final BetaManagedAgentsSessionStatusRunningEvent.Builder id(String id)
Unique identifier for this event.
-
id
final BetaManagedAgentsSessionStatusRunningEvent.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
processedAt
final BetaManagedAgentsSessionStatusRunningEvent.Builder processedAt(OffsetDateTime processedAt)
A timestamp in RFC 3339 format
-
processedAt
final BetaManagedAgentsSessionStatusRunningEvent.Builder processedAt(JsonField<OffsetDateTime> processedAt)
Sets Builder.processedAt to an arbitrary JSON value.
You should usually call Builder.processedAt with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaManagedAgentsSessionStatusRunningEvent.Builder type(BetaManagedAgentsSessionStatusRunningEvent.Type type)
-
type
final BetaManagedAgentsSessionStatusRunningEvent.Builder type(JsonField<BetaManagedAgentsSessionStatusRunningEvent.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 BetaManagedAgentsSessionStatusRunningEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsSessionStatusRunningEvent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsSessionStatusRunningEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsSessionStatusRunningEvent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsSessionStatusRunningEvent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsSessionStatusRunningEvent build()
Returns an immutable instance of BetaManagedAgentsSessionStatusRunningEvent.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .processedAt() .type()
-
-
-
-