public static interface ListApplicationsResponse.Builder extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResponse.Builder |
applications(ApplicationSummary... applications)
The applications registered with AWS Systems Manager for SAP.
|
ListApplicationsResponse.Builder |
applications(Collection<ApplicationSummary> applications)
The applications registered with AWS Systems Manager for SAP.
|
ListApplicationsResponse.Builder |
applications(Consumer<ApplicationSummary.Builder>... applications)
The applications registered with AWS Systems Manager for SAP.
|
ListApplicationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationsResponse.Builder applications(Collection<ApplicationSummary> applications)
The applications registered with AWS Systems Manager for SAP.
applications - The applications registered with AWS Systems Manager for SAP.ListApplicationsResponse.Builder applications(ApplicationSummary... applications)
The applications registered with AWS Systems Manager for SAP.
applications - The applications registered with AWS Systems Manager for SAP.ListApplicationsResponse.Builder applications(Consumer<ApplicationSummary.Builder>... applications)
The applications registered with AWS Systems Manager for SAP.
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)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more
results to return.Copyright © 2023. All rights reserved.