public static interface GetAppResponse.Builder extends SmsResponse.Builder, SdkPojo, CopyableBuilder<GetAppResponse.Builder,GetAppResponse>
Modifier and Type | Method and Description |
---|---|
GetAppResponse.Builder |
appSummary(AppSummary appSummary)
Information about the application.
|
default GetAppResponse.Builder |
appSummary(Consumer<AppSummary.Builder> appSummary)
Information about the application.
|
GetAppResponse.Builder |
serverGroups(Collection<ServerGroup> serverGroups)
List of server groups belonging to the application.
|
GetAppResponse.Builder |
serverGroups(Consumer<ServerGroup.Builder>... serverGroups)
List of server groups belonging to the application.
|
GetAppResponse.Builder |
serverGroups(ServerGroup... serverGroups)
List of server groups belonging to the application.
|
GetAppResponse.Builder |
tags(Collection<Tag> tags)
List of tags associated with the application.
|
GetAppResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
List of tags associated with the application.
|
GetAppResponse.Builder |
tags(Tag... tags)
List of tags associated with the application.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetAppResponse.Builder appSummary(AppSummary appSummary)
Information about the application.
appSummary
- Information about the application.default GetAppResponse.Builder appSummary(Consumer<AppSummary.Builder> appSummary)
Information about the application.
This is a convenience 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.Builder
appSummary(AppSummary)
GetAppResponse.Builder serverGroups(Collection<ServerGroup> serverGroups)
List of server groups belonging to the application.
serverGroups
- List of server groups belonging to the application.GetAppResponse.Builder serverGroups(ServerGroup... serverGroups)
List of server groups belonging to the application.
serverGroups
- List of server groups belonging to the application.GetAppResponse.Builder serverGroups(Consumer<ServerGroup.Builder>... serverGroups)
List of server groups belonging to the application.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #serverGroups(List)
.serverGroups
- a consumer that will call methods on List.Builder
#serverGroups(List)
GetAppResponse.Builder tags(Collection<Tag> tags)
List of tags associated with the application.
tags
- List of tags associated with the application.GetAppResponse.Builder tags(Tag... tags)
List of tags associated with the application.
tags
- List of tags associated with the application.GetAppResponse.Builder tags(Consumer<Tag.Builder>... tags)
List of tags associated with the application.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.