Interface ListEntitledApplicationsResponse.Builder
-
- All Superinterfaces:
AppStreamResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListEntitledApplicationsResponse.Builder,ListEntitledApplicationsResponse>,SdkBuilder<ListEntitledApplicationsResponse.Builder,ListEntitledApplicationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListEntitledApplicationsResponse
public static interface ListEntitledApplicationsResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<ListEntitledApplicationsResponse.Builder,ListEntitledApplicationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEntitledApplicationsResponse.BuilderentitledApplications(Collection<EntitledApplication> entitledApplications)The entitled applications.ListEntitledApplicationsResponse.BuilderentitledApplications(Consumer<EntitledApplication.Builder>... entitledApplications)The entitled applications.ListEntitledApplicationsResponse.BuilderentitledApplications(EntitledApplication... entitledApplications)The entitled applications.ListEntitledApplicationsResponse.BuildernextToken(String nextToken)The pagination token used to retrieve the next page of results for this operation.-
Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
entitledApplications
ListEntitledApplicationsResponse.Builder entitledApplications(Collection<EntitledApplication> entitledApplications)
The entitled applications.
- Parameters:
entitledApplications- The entitled applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entitledApplications
ListEntitledApplicationsResponse.Builder entitledApplications(EntitledApplication... entitledApplications)
The entitled applications.
- Parameters:
entitledApplications- The entitled applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entitledApplications
ListEntitledApplicationsResponse.Builder entitledApplications(Consumer<EntitledApplication.Builder>... entitledApplications)
The entitled applications.
This is a convenience method that creates an instance of theEntitledApplication.Builderavoiding the need to create one manually viaEntitledApplication.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#entitledApplications(List.) - Parameters:
entitledApplications- a consumer that will call methods onEntitledApplication.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#entitledApplications(java.util.Collection)
-
nextToken
ListEntitledApplicationsResponse.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
- Parameters:
nextToken- The pagination token used to retrieve the next page of results for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-