CopyableBuilder<ListPlatformApplicationsResponse.Builder,ListPlatformApplicationsResponse>
, SdkBuilder<ListPlatformApplicationsResponse.Builder,ListPlatformApplicationsResponse>
public static interface ListPlatformApplicationsResponse.Builder extends CopyableBuilder<ListPlatformApplicationsResponse.Builder,ListPlatformApplicationsResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
ListPlatformApplicationsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setPlatformApplications(java.util.Collection)
or
#withPlatformApplications(java.util.Collection)
if you want to override the existing values.
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.