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