public static interface ListPlatformApplicationsResponse.Builder extends SnsResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of thePlatformApplication.Builder avoiding the need to create one
manually via PlatformApplication.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #platformApplications(List.
platformApplications - a consumer that will call methods on
PlatformApplication.Builder#platformApplications(java.util.Collection) 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 © 2023. All rights reserved.