public static interface ListPlatformApplicationsResponse.Builder extends SNSResponse.Builder, CopyableBuilder<ListPlatformApplicationsResponse.Builder,ListPlatformApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPlatformApplicationsResponse.Builder |
nextToken(String nextToken)
NextToken string is returned when calling ListPlatformApplications action if additional records are available
after the first page results.
|
ListPlatformApplicationsResponse.Builder |
platformApplications(Collection<PlatformApplication> platformApplications)
Platform applications returned when calling ListPlatformApplications action.
|
ListPlatformApplicationsResponse.Builder |
platformApplications(Consumer<PlatformApplication.Builder>... platformApplications)
Platform applications returned when calling ListPlatformApplications action.
|
ListPlatformApplicationsResponse.Builder |
platformApplications(PlatformApplication... platformApplications)
Platform applications returned when calling ListPlatformApplications action.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListPlatformApplicationsResponse.Builder platformApplications(Collection<PlatformApplication> platformApplications)
Platform applications returned when calling ListPlatformApplications action.
platformApplications - Platform applications returned when calling ListPlatformApplications action.ListPlatformApplicationsResponse.Builder platformApplications(PlatformApplication... platformApplications)
Platform applications returned when calling ListPlatformApplications action.
platformApplications - Platform applications returned when calling ListPlatformApplications action.ListPlatformApplicationsResponse.Builder platformApplications(Consumer<PlatformApplication.Builder>... platformApplications)
Platform applications returned when calling ListPlatformApplications action.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #platformApplications(List) .platformApplications - a consumer that will call methods on List.Builder #platformApplications(List) ListPlatformApplicationsResponse.Builder nextToken(String nextToken)
NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
nextToken - NextToken string is returned when calling ListPlatformApplications action if additional records are
available after the first page results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.