public static interface UpdateAppResponse.Builder extends SmsResponse.Builder, SdkPojo, CopyableBuilder<UpdateAppResponse.Builder,UpdateAppResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponse.Builder |
appSummary(AppSummary appSummary)
A summary description of the application.
|
default UpdateAppResponse.Builder |
appSummary(Consumer<AppSummary.Builder> appSummary)
A summary description of the application.
|
UpdateAppResponse.Builder |
serverGroups(Collection<ServerGroup> serverGroups)
The updated server groups in the application.
|
UpdateAppResponse.Builder |
serverGroups(Consumer<ServerGroup.Builder>... serverGroups)
The updated server groups in the application.
|
UpdateAppResponse.Builder |
serverGroups(ServerGroup... serverGroups)
The updated server groups in the application.
|
UpdateAppResponse.Builder |
tags(Collection<Tag> tags)
The tags associated with the application.
|
UpdateAppResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags associated with the application.
|
UpdateAppResponse.Builder |
tags(Tag... tags)
The tags associated with the application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAppResponse.Builder appSummary(AppSummary appSummary)
A summary description of the application.
appSummary - A summary description of the application.default UpdateAppResponse.Builder appSummary(Consumer<AppSummary.Builder> appSummary)
A summary description of the application.
This is a convenience method that creates an instance of theAppSummary.Builder avoiding the need to
create one manually via AppSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to appSummary(AppSummary).
appSummary - a consumer that will call methods on AppSummary.BuilderappSummary(AppSummary)UpdateAppResponse.Builder serverGroups(Collection<ServerGroup> serverGroups)
The updated server groups in the application.
serverGroups - The updated server groups in the application.UpdateAppResponse.Builder serverGroups(ServerGroup... serverGroups)
The updated server groups in the application.
serverGroups - The updated server groups in the application.UpdateAppResponse.Builder serverGroups(Consumer<ServerGroup.Builder>... serverGroups)
The updated server groups in the application.
This is a convenience method that creates an instance of theServerGroup.Builder avoiding the need to create one
manually via ServerGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #serverGroups(List.
serverGroups - a consumer that will call methods on
ServerGroup.Builder#serverGroups(java.util.Collection) UpdateAppResponse.Builder tags(Collection<Tag> tags)
The tags associated with the application.
tags - The tags associated with the application.UpdateAppResponse.Builder tags(Tag... tags)
The tags associated with the application.
tags - The tags associated with the application.UpdateAppResponse.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with the application.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2022. All rights reserved.