public static interface UserSummary.Builder extends SdkPojo, CopyableBuilder<UserSummary.Builder,UserSummary>
| Modifier and Type | Method and Description |
|---|---|
UserSummary.Builder |
pendingChange(ChangeType pendingChange)
The type of change pending for the broker user.
|
UserSummary.Builder |
pendingChange(String pendingChange)
The type of change pending for the broker user.
|
UserSummary.Builder |
username(String username)
Required.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserSummary.Builder pendingChange(String pendingChange)
The type of change pending for the broker user.
pendingChange - The type of change pending for the broker user.ChangeType,
ChangeTypeUserSummary.Builder pendingChange(ChangeType pendingChange)
The type of change pending for the broker user.
pendingChange - The type of change pending for the broker user.ChangeType,
ChangeTypeUserSummary.Builder username(String username)
Required. The username of the broker user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
username - Required. The username of the broker user. This value can contain only alphanumeric characters,
dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.Copyright © 2022. All rights reserved.