Interface ListApplicationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>,KinesisAnalyticsV2Request.Builder,SdkBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListApplicationsRequest
public static interface ListApplicationsRequest.Builder extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationsRequest.Builderlimit(Integer limit)The maximum number of applications to list.ListApplicationsRequest.BuildernextToken(String nextToken)If a previous command returned a pagination token, pass it into this value to retrieve the next set of results.ListApplicationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListApplicationsRequest.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.services.kinesisanalyticsv2.model.KinesisAnalyticsV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
limit
ListApplicationsRequest.Builder limit(Integer limit)
The maximum number of applications to list.
- Parameters:
limit- The maximum number of applications to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListApplicationsRequest.Builder nextToken(String nextToken)
If a previous command returned a pagination token, pass it into this value to retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options.
- Parameters:
nextToken- If a previous command returned a pagination token, pass it into this value to retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-