Interface DescribeApplicationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeApplicationsResponse.Builder,
,DescribeApplicationsResponse> SdkBuilder<DescribeApplicationsResponse.Builder,
,DescribeApplicationsResponse> SdkPojo
,SdkResponse.Builder
,WorkSpacesResponse.Builder
- Enclosing class:
DescribeApplicationsResponse
public static interface DescribeApplicationsResponse.Builder
extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeApplicationsResponse.Builder,DescribeApplicationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplications
(Collection<WorkSpaceApplication> applications) List of information about the specified applications.applications
(Consumer<WorkSpaceApplication.Builder>... applications) List of information about the specified applications.applications
(WorkSpaceApplication... applications) List of information about the specified applications.If you received aNextToken
from a previous call that was paginated, provide this token to receive the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
applications
List of information about the specified applications.
- Parameters:
applications
- List of information about the specified applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applications
List of information about the specified applications.
- Parameters:
applications
- List of information about the specified applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaWorkSpaceApplication.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toapplications(List<WorkSpaceApplication>)
.- Parameters:
applications
- a consumer that will call methods onWorkSpaceApplication.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If you received a
NextToken
from a previous call that was paginated, provide this token to receive the next set of results.- Parameters:
nextToken
- If you received aNextToken
from a previous call that was paginated, provide this token to receive the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-