default GetAppResponse.Builder |
GetAppResponse.Builder.appSummary(Consumer<AppSummary.Builder> appSummary) |
Information about the application.
|
GetAppResponse.Builder |
GetAppResponse.Builder.appSummary(AppSummary appSummary) |
Information about the application.
|
static GetAppResponse.Builder |
GetAppResponse.builder() |
|
GetAppResponse.Builder |
GetAppResponse.Builder.serverGroups(Collection<ServerGroup> serverGroups) |
The server groups that belong to the application.
|
GetAppResponse.Builder |
GetAppResponse.Builder.serverGroups(Consumer<ServerGroup.Builder>... serverGroups) |
The server groups that belong to the application.
|
GetAppResponse.Builder |
GetAppResponse.Builder.serverGroups(ServerGroup... serverGroups) |
The server groups that belong to the application.
|
GetAppResponse.Builder |
GetAppResponse.Builder.tags(Collection<Tag> tags) |
The tags associated with the application.
|
GetAppResponse.Builder |
GetAppResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags associated with the application.
|
GetAppResponse.Builder |
GetAppResponse.Builder.tags(Tag... tags) |
The tags associated with the application.
|
GetAppResponse.Builder |
GetAppResponse.toBuilder() |
|