Interface ListQAppsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListQAppsResponse.Builder,
,ListQAppsResponse> QAppsResponse.Builder
,SdkBuilder<ListQAppsResponse.Builder,
,ListQAppsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListQAppsResponse
@Mutable
@NotThreadSafe
public static interface ListQAppsResponse.Builder
extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<ListQAppsResponse.Builder,ListQAppsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapps
(Collection<UserAppItem> apps) The list of Amazon Q Apps meeting the request criteria.apps
(Consumer<UserAppItem.Builder>... apps) The list of Amazon Q Apps meeting the request criteria.apps
(UserAppItem... apps) The list of Amazon Q Apps meeting the request criteria.The token to use to request the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.qapps.model.QAppsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
apps
The list of Amazon Q Apps meeting the request criteria.
- Parameters:
apps
- The list of Amazon Q Apps meeting the request criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apps
The list of Amazon Q Apps meeting the request criteria.
- Parameters:
apps
- The list of Amazon Q Apps meeting the request criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apps
The list of Amazon Q Apps meeting the request criteria.
This is a convenience method that creates an instance of theUserAppItem.Builder
avoiding the need to create one manually viaUserAppItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toapps(List<UserAppItem>)
.- Parameters:
apps
- a consumer that will call methods onUserAppItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to request the next page of results.
- Parameters:
nextToken
- The token to use to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-