public static interface ListApplicationsResponse.Builder extends AppIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResponse.Builder |
applications(ApplicationSummary... applications)
The Applications associated with this account.
|
ListApplicationsResponse.Builder |
applications(Collection<ApplicationSummary> applications)
The Applications associated with this account.
|
ListApplicationsResponse.Builder |
applications(Consumer<ApplicationSummary.Builder>... applications)
The Applications associated with this account.
|
ListApplicationsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationsResponse.Builder applications(Collection<ApplicationSummary> applications)
The Applications associated with this account.
applications - The Applications associated with this account.ListApplicationsResponse.Builder applications(ApplicationSummary... applications)
The Applications associated with this account.
applications - The Applications associated with this account.ListApplicationsResponse.Builder applications(Consumer<ApplicationSummary.Builder>... applications)
The Applications associated with this account.
This is a convenience method that creates an instance of theApplicationSummary.Builder avoiding the need to
create one manually via
ApplicationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #applications(List.
applications - a consumer that will call methods on
ApplicationSummary.Builder#applications(java.util.Collection) ListApplicationsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2023. All rights reserved.