public static interface ListEntitledApplicationsResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<ListEntitledApplicationsResponse.Builder,ListEntitledApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEntitledApplicationsResponse.Builder |
entitledApplications(Collection<EntitledApplication> entitledApplications)
The entitled applications.
|
ListEntitledApplicationsResponse.Builder |
entitledApplications(Consumer<EntitledApplication.Builder>... entitledApplications)
The entitled applications.
|
ListEntitledApplicationsResponse.Builder |
entitledApplications(EntitledApplication... entitledApplications)
The entitled applications.
|
ListEntitledApplicationsResponse.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEntitledApplicationsResponse.Builder entitledApplications(Collection<EntitledApplication> entitledApplications)
The entitled applications.
entitledApplications - The entitled applications.ListEntitledApplicationsResponse.Builder entitledApplications(EntitledApplication... entitledApplications)
The entitled applications.
entitledApplications - The entitled applications.ListEntitledApplicationsResponse.Builder entitledApplications(Consumer<EntitledApplication.Builder>... entitledApplications)
The entitled applications.
This is a convenience method that creates an instance of theEntitledApplication.Builder avoiding the need to
create one manually via EntitledApplication.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #entitledApplications(List.
entitledApplications - a consumer that will call methods on
EntitledApplication.Builder#entitledApplications(java.util.Collection) ListEntitledApplicationsResponse.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.Copyright © 2023. All rights reserved.