public static interface ListPlatformApplicationsRequest.Builder extends SnsRequest.Builder, SdkPojo, 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) |
ListPlatformApplicationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
copy
applyMutation, build
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.
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)
overrideConfiguration
in interface AwsRequest.Builder
ListPlatformApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.