public static interface CreateAppResponse.Builder extends SmsResponse.Builder, SdkPojo, CopyableBuilder<CreateAppResponse.Builder,CreateAppResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAppResponse.Builder |
appSummary(AppSummary appSummary)
Summary description of the application.
|
default CreateAppResponse.Builder |
appSummary(Consumer<AppSummary.Builder> appSummary)
Summary description of the application.
|
CreateAppResponse.Builder |
serverGroups(Collection<ServerGroup> serverGroups)
List of server groups included in the application.
|
CreateAppResponse.Builder |
serverGroups(Consumer<ServerGroup.Builder>... serverGroups)
List of server groups included in the application.
|
CreateAppResponse.Builder |
serverGroups(ServerGroup... serverGroups)
List of server groups included in the application.
|
CreateAppResponse.Builder |
tags(Collection<Tag> tags)
List of taags associated with the application.
|
CreateAppResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
List of taags associated with the application.
|
CreateAppResponse.Builder |
tags(Tag... tags)
List of taags associated with the application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateAppResponse.Builder appSummary(AppSummary appSummary)
Summary description of the application.
appSummary - Summary description of the application.default CreateAppResponse.Builder appSummary(Consumer<AppSummary.Builder> appSummary)
Summary description of 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.BuilderappSummary(AppSummary)CreateAppResponse.Builder serverGroups(Collection<ServerGroup> serverGroups)
List of server groups included in the application.
serverGroups - List of server groups included in the application.CreateAppResponse.Builder serverGroups(ServerGroup... serverGroups)
List of server groups included in the application.
serverGroups - List of server groups included in the application.CreateAppResponse.Builder serverGroups(Consumer<ServerGroup.Builder>... serverGroups)
List of server groups included in 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) CreateAppResponse.Builder tags(Collection<Tag> tags)
List of taags associated with the application.
tags - List of taags associated with the application.CreateAppResponse.Builder tags(Tag... tags)
List of taags associated with the application.
tags - List of taags associated with the application.CreateAppResponse.Builder tags(Consumer<Tag.Builder>... tags)
List of taags 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.