Class AuditLogListResponse.RoleUpdated.ChangesRequested.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.RoleUpdated.ChangesRequested.BuilderA builder for ChangesRequested.
-
-
Method Summary
-
-
Method Detail
-
description
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder description(String description)
The updated role description, when provided.
-
description
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder description(JsonField<String> description)
Sets Builder.description to an arbitrary JSON value.
You should usually call Builder.description with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
metadata
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder metadata(JsonValue metadata)
Additional metadata stored on the role.
-
permissionsAdded
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder permissionsAdded(List<String> permissionsAdded)
The permissions added to the role.
-
permissionsAdded
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder permissionsAdded(JsonField<List<String>> permissionsAdded)
Sets Builder.permissionsAdded to an arbitrary JSON value.
You should usually call Builder.permissionsAdded with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addPermissionsAdded
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder addPermissionsAdded(String permissionsAdded)
Adds a single String to Builder.permissionsAdded.
-
permissionsRemoved
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder permissionsRemoved(List<String> permissionsRemoved)
The permissions removed from the role.
-
permissionsRemoved
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder permissionsRemoved(JsonField<List<String>> permissionsRemoved)
Sets Builder.permissionsRemoved to an arbitrary JSON value.
You should usually call Builder.permissionsRemoved with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addPermissionsRemoved
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder addPermissionsRemoved(String permissionsRemoved)
Adds a single String to Builder.permissionsRemoved.
-
resourceId
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder resourceId(String resourceId)
The resource the role is scoped to.
-
resourceId
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder resourceId(JsonField<String> resourceId)
Sets Builder.resourceId to an arbitrary JSON value.
You should usually call Builder.resourceId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
resourceType
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder resourceType(String resourceType)
The type of resource the role belongs to.
-
resourceType
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder resourceType(JsonField<String> resourceType)
Sets Builder.resourceType to an arbitrary JSON value.
You should usually call Builder.resourceType with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
roleName
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder roleName(String roleName)
The updated role name, when provided.
-
roleName
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder roleName(JsonField<String> roleName)
Sets Builder.roleName to an arbitrary JSON value.
You should usually call Builder.roleName with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.RoleUpdated.ChangesRequested.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.RoleUpdated.ChangesRequested build()
Returns an immutable instance of ChangesRequested.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-