Interface ListPlatformApplicationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListPlatformApplicationsRequest.Builder,ListPlatformApplicationsRequest>,SdkBuilder<ListPlatformApplicationsRequest.Builder,ListPlatformApplicationsRequest>,SdkPojo,SdkRequest.Builder,SnsRequest.Builder
- Enclosing class:
- ListPlatformApplicationsRequest
@Mutable @NotThreadSafe 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.BuildernextToken(String nextToken)NextTokenstring is used when callingListPlatformApplicationsaction to retrieve additional records that are available after the first page results.ListPlatformApplicationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPlatformApplicationsRequest.BuilderoverrideConfiguration(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sns.model.SnsRequest.Builder
build
-
-
-
-
Method Detail
-
nextToken
ListPlatformApplicationsRequest.Builder nextToken(String nextToken)
NextTokenstring is used when callingListPlatformApplicationsaction to retrieve additional records that are available after the first page results.- Parameters:
nextToken-NextTokenstring is used when callingListPlatformApplicationsaction 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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListPlatformApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-