Interface ListQAppsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListQAppsResponse.Builder,ListQAppsResponse>,QAppsResponse.Builder,SdkBuilder<ListQAppsResponse.Builder,ListQAppsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListQAppsResponse
public static interface ListQAppsResponse.Builder extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<ListQAppsResponse.Builder,ListQAppsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListQAppsResponse.Builderapps(Collection<UserAppItem> apps)The list of Amazon Q Apps meeting the request criteria.ListQAppsResponse.Builderapps(Consumer<UserAppItem.Builder>... apps)The list of Amazon Q Apps meeting the request criteria.ListQAppsResponse.Builderapps(UserAppItem... apps)The list of Amazon Q Apps meeting the request criteria.ListQAppsResponse.BuildernextToken(String nextToken)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
apps
ListQAppsResponse.Builder apps(Collection<UserAppItem> 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
ListQAppsResponse.Builder apps(UserAppItem... 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
ListQAppsResponse.Builder apps(Consumer<UserAppItem.Builder>... apps)
The list of Amazon Q Apps meeting the request criteria.
This is a convenience method that creates an instance of theUserAppItem.Builderavoiding the need to create one manually viaUserAppItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#apps(List.) - 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:
#apps(java.util.Collection)
-
nextToken
ListQAppsResponse.Builder nextToken(String 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.
-
-