Class AuditLogListResponse.ApiKeyUpdated.ChangesRequested.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.ApiKeyUpdated.ChangesRequested.BuilderA builder for ChangesRequested.
-
-
Method Summary
-
-
Method Detail
-
scopes
final AuditLogListResponse.ApiKeyUpdated.ChangesRequested.Builder scopes(List<String> scopes)
A list of scopes allowed for the API key, e.g.
["api.model.request"]
-
scopes
final AuditLogListResponse.ApiKeyUpdated.ChangesRequested.Builder scopes(JsonField<List<String>> scopes)
Sets Builder.scopes to an arbitrary JSON value.
You should usually call Builder.scopes with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addScope
final AuditLogListResponse.ApiKeyUpdated.ChangesRequested.Builder addScope(String scope)
-
additionalProperties
final AuditLogListResponse.ApiKeyUpdated.ChangesRequested.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.ApiKeyUpdated.ChangesRequested.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.ApiKeyUpdated.ChangesRequested.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.ApiKeyUpdated.ChangesRequested.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.ApiKeyUpdated.ChangesRequested.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.ApiKeyUpdated.ChangesRequested build()
Returns an immutable instance of ChangesRequested.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-