Interface ListPlatformApplicationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListPlatformApplicationsRequest.Builder,ListPlatformApplicationsRequest>
,SdkBuilder<ListPlatformApplicationsRequest.Builder,ListPlatformApplicationsRequest>
,SdkPojo
,SdkRequest.Builder
,SnsRequest.Builder
- Enclosing class:
- ListPlatformApplicationsRequest
public static interface ListPlatformApplicationsRequest.Builder extends SnsRequest.Builder, SdkPojo, CopyableBuilder<ListPlatformApplicationsRequest.Builder,ListPlatformApplicationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPlatformApplicationsRequest.Builder
nextToken(String nextToken)
NextToken
string is used when callingListPlatformApplications
action to retrieve additional records that are available after the first page results.ListPlatformApplicationsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListPlatformApplicationsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sns.model.SnsRequest.Builder
build
-
-
-
-
Method Detail
-
nextToken
ListPlatformApplicationsRequest.Builder nextToken(String nextToken)
NextToken
string is used when callingListPlatformApplications
action to retrieve additional records that are available after the first page results.- Parameters:
nextToken
-NextToken
string is used when callingListPlatformApplications
action to retrieve additional records that are available after the first page results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPlatformApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListPlatformApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-