public static interface DescribeApplicationsResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeApplicationsResponse.Builder,DescribeApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationsResponse.Builder |
applications(Collection<WorkSpaceApplication> applications)
List of information about the specified applications.
|
DescribeApplicationsResponse.Builder |
applications(Consumer<WorkSpaceApplication.Builder>... applications)
List of information about the specified applications.
|
DescribeApplicationsResponse.Builder |
applications(WorkSpaceApplication... applications)
List of information about the specified applications.
|
DescribeApplicationsResponse.Builder |
nextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to
receive the next set of results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeApplicationsResponse.Builder applications(Collection<WorkSpaceApplication> applications)
List of information about the specified applications.
applications - List of information about the specified applications.DescribeApplicationsResponse.Builder applications(WorkSpaceApplication... applications)
List of information about the specified applications.
applications - List of information about the specified applications.DescribeApplicationsResponse.Builder applications(Consumer<WorkSpaceApplication.Builder>... applications)
List of information about the specified applications.
This is a convenience method that creates an instance of theWorkSpaceApplication.Builder avoiding the need to
create one manually via
WorkSpaceApplication.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
WorkSpaceApplication.Builder#applications(java.util.Collection) DescribeApplicationsResponse.Builder nextToken(String nextToken)
If you received a NextToken from a previous call that was paginated, provide this token to
receive the next set of results.
nextToken - If you received a NextToken from a previous call that was paginated, provide this token
to receive the next set of results.Copyright © 2023. All rights reserved.