public static interface ListPlatformApplicationsRequest.Builder extends SnsRequest.Builder, CopyableBuilder<ListPlatformApplicationsRequest.Builder,ListPlatformApplicationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPlatformApplicationsRequest.Builder |
nextToken(String nextToken)
NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are
available after the first page results.
|
ListPlatformApplicationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListPlatformApplicationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListPlatformApplicationsRequest.Builder nextToken(String nextToken)
NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.
nextToken - NextToken string is used when calling ListPlatformApplications action to retrieve additional records
that are available after the first page results.ListPlatformApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListPlatformApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.