Class RoleRetrieveResponse.AssignmentSource.Builder
-
- All Implemented Interfaces:
public final class RoleRetrieveResponse.AssignmentSource.BuilderA builder for AssignmentSource.
-
-
Method Summary
-
-
Method Detail
-
principalId
final RoleRetrieveResponse.AssignmentSource.Builder principalId(String principalId)
-
principalId
final RoleRetrieveResponse.AssignmentSource.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 RoleRetrieveResponse.AssignmentSource.Builder principalType(String principalType)
-
principalType
final RoleRetrieveResponse.AssignmentSource.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.
-
additionalProperties
final RoleRetrieveResponse.AssignmentSource.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final RoleRetrieveResponse.AssignmentSource.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final RoleRetrieveResponse.AssignmentSource.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final RoleRetrieveResponse.AssignmentSource.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final RoleRetrieveResponse.AssignmentSource.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final RoleRetrieveResponse.AssignmentSource build()
Returns an immutable instance of AssignmentSource.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.principalId() .principalType()
-
-
-
-