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(PlatformApplication... platformApplications)
Platform applications returned when calling ListPlatformApplications action.
|
buildcopyapply, 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 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.