public static interface BatchGetApplicationsResponse.Builder extends CodeDeployResponse.Builder, CopyableBuilder<BatchGetApplicationsResponse.Builder,BatchGetApplicationsResponse>
Modifier and Type | Method and Description |
---|---|
BatchGetApplicationsResponse.Builder |
applicationsInfo(ApplicationInfo... applicationsInfo)
Information about the applications.
|
BatchGetApplicationsResponse.Builder |
applicationsInfo(Collection<ApplicationInfo> applicationsInfo)
Information about the applications.
|
BatchGetApplicationsResponse.Builder |
applicationsInfo(Consumer<ApplicationInfo.Builder>... applicationsInfo)
Information about the applications.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
BatchGetApplicationsResponse.Builder applicationsInfo(Collection<ApplicationInfo> applicationsInfo)
Information about the applications.
applicationsInfo
- Information about the applications.BatchGetApplicationsResponse.Builder applicationsInfo(ApplicationInfo... applicationsInfo)
Information about the applications.
applicationsInfo
- Information about the applications.BatchGetApplicationsResponse.Builder applicationsInfo(Consumer<ApplicationInfo.Builder>... applicationsInfo)
Information about the applications.
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 #applicationsInfo(List)
.applicationsInfo
- a consumer that will call methods on List.Builder
#applicationsInfo(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.