public static interface DescribeApplicationsResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<DescribeApplicationsResponse.Builder,DescribeApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationsResponse.Builder |
applications(Application... applications)
The applications in the list.
|
DescribeApplicationsResponse.Builder |
applications(Collection<Application> applications)
The applications in the list.
|
DescribeApplicationsResponse.Builder |
applications(Consumer<Application.Builder>... applications)
The applications in the list.
|
DescribeApplicationsResponse.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeApplicationsResponse.Builder applications(Collection<Application> applications)
The applications in the list.
applications - The applications in the list.DescribeApplicationsResponse.Builder applications(Application... applications)
The applications in the list.
applications - The applications in the list.DescribeApplicationsResponse.Builder applications(Consumer<Application.Builder>... applications)
The applications in the list.
This is a convenience method that creates an instance of theApplication.Builder avoiding the need to create one
manually via Application.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #applications(List.
applications - a consumer that will call methods on
Application.Builder#applications(java.util.Collection) DescribeApplicationsResponse.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.Copyright © 2023. All rights reserved.