default UpdateAppResponse.Builder |
UpdateAppResponse.Builder.appSummary(Consumer<AppSummary.Builder> appSummary) |
A summary description of the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.appSummary(AppSummary appSummary) |
A summary description of the application.
|
static UpdateAppResponse.Builder |
UpdateAppResponse.builder() |
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.serverGroups(Collection<ServerGroup> serverGroups) |
The updated server groups in the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.serverGroups(Consumer<ServerGroup.Builder>... serverGroups) |
The updated server groups in the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.serverGroups(ServerGroup... serverGroups) |
The updated server groups in the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.tags(Collection<Tag> tags) |
The tags associated with the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags associated with the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.tags(Tag... tags) |
The tags associated with the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.toBuilder() |
|