Interface ListApplicationVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListApplicationVersionsRequest.Builder,ListApplicationVersionsRequest>,KinesisAnalyticsV2Request.Builder,SdkBuilder<ListApplicationVersionsRequest.Builder,ListApplicationVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListApplicationVersionsRequest
public static interface ListApplicationVersionsRequest.Builder extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<ListApplicationVersionsRequest.Builder,ListApplicationVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationVersionsRequest.BuilderapplicationName(String applicationName)The name of the application for which you want to list all versions.ListApplicationVersionsRequest.Builderlimit(Integer limit)The maximum number of versions to list in this invocation of the operation.ListApplicationVersionsRequest.BuildernextToken(String nextToken)If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the next set of results.ListApplicationVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListApplicationVersionsRequest.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
-
applicationName
ListApplicationVersionsRequest.Builder applicationName(String applicationName)
The name of the application for which you want to list all versions.
- Parameters:
applicationName- The name of the application for which you want to list all versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListApplicationVersionsRequest.Builder limit(Integer limit)
The maximum number of versions to list in this invocation of the operation.
- Parameters:
limit- The maximum number of versions to list in this invocation of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListApplicationVersionsRequest.Builder nextToken(String nextToken)
If a previous invocation of this operation 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 invocation of this operation 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
ListApplicationVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListApplicationVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-