Class AuditLogListResponse.RoleAssignmentDeleted.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.RoleAssignmentDeleted.BuilderA builder for RoleAssignmentDeleted.
-
-
Method Summary
-
-
Method Detail
-
id
final AuditLogListResponse.RoleAssignmentDeleted.Builder id(String id)
The identifier of the role assignment.
-
id
final AuditLogListResponse.RoleAssignmentDeleted.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.
-
principalId
final AuditLogListResponse.RoleAssignmentDeleted.Builder principalId(String principalId)
The principal (user or group) that had the role removed.
-
principalId
final AuditLogListResponse.RoleAssignmentDeleted.Builder principalId(JsonField<String> principalId)
Sets Builder.principalId to an arbitrary JSON value.
You should usually call Builder.principalId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
principalType
final AuditLogListResponse.RoleAssignmentDeleted.Builder principalType(String principalType)
The type of principal (user or group) that had the role removed.
-
principalType
final AuditLogListResponse.RoleAssignmentDeleted.Builder principalType(JsonField<String> principalType)
Sets Builder.principalType to an arbitrary JSON value.
You should usually call Builder.principalType with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
resourceId
final AuditLogListResponse.RoleAssignmentDeleted.Builder resourceId(String resourceId)
The resource the role assignment was scoped to.
-
resourceId
final AuditLogListResponse.RoleAssignmentDeleted.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.RoleAssignmentDeleted.Builder resourceType(String resourceType)
The type of resource the role assignment was scoped to.
-
resourceType
final AuditLogListResponse.RoleAssignmentDeleted.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.
-
additionalProperties
final AuditLogListResponse.RoleAssignmentDeleted.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.RoleAssignmentDeleted.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.RoleAssignmentDeleted.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.RoleAssignmentDeleted.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.RoleAssignmentDeleted.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.RoleAssignmentDeleted build()
Returns an immutable instance of RoleAssignmentDeleted.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-