public static interface AppInstanceAdminSummary.Builder extends SdkPojo, CopyableBuilder<AppInstanceAdminSummary.Builder,AppInstanceAdminSummary>
| Modifier and Type | Method and Description |
|---|---|
default AppInstanceAdminSummary.Builder |
admin(Consumer<Identity.Builder> admin)
The details of the
AppInstanceAdmin. |
AppInstanceAdminSummary.Builder |
admin(Identity admin)
The details of the
AppInstanceAdmin. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppInstanceAdminSummary.Builder admin(Identity admin)
The details of the AppInstanceAdmin.
admin - The details of the AppInstanceAdmin.default AppInstanceAdminSummary.Builder admin(Consumer<Identity.Builder> admin)
The details of the AppInstanceAdmin.
Identity.Builder avoiding the need to
create one manually via Identity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to admin(Identity).
admin - a consumer that will call methods on Identity.Builderadmin(Identity)Copyright © 2022. All rights reserved.