Interface ListApplicationSnapshotsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListApplicationSnapshotsRequest.Builder,ListApplicationSnapshotsRequest>,KinesisAnalyticsV2Request.Builder,SdkBuilder<ListApplicationSnapshotsRequest.Builder,ListApplicationSnapshotsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListApplicationSnapshotsRequest
public static interface ListApplicationSnapshotsRequest.Builder extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<ListApplicationSnapshotsRequest.Builder,ListApplicationSnapshotsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationSnapshotsRequest.BuilderapplicationName(String applicationName)The name of an existing application.ListApplicationSnapshotsRequest.Builderlimit(Integer limit)The maximum number of application snapshots to list.ListApplicationSnapshotsRequest.BuildernextToken(String nextToken)Use this parameter if you receive aNextTokenresponse in a previous request that indicates that there is more output available.ListApplicationSnapshotsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListApplicationSnapshotsRequest.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
ListApplicationSnapshotsRequest.Builder applicationName(String applicationName)
The name of an existing application.
- Parameters:
applicationName- The name of an existing application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListApplicationSnapshotsRequest.Builder limit(Integer limit)
The maximum number of application snapshots to list.
- Parameters:
limit- The maximum number of application snapshots to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListApplicationSnapshotsRequest.Builder nextToken(String nextToken)
Use this parameter if you receive a
NextTokenresponse in a previous request that indicates that there is more output available. Set it to the value of the previous call'sNextTokenresponse to indicate where the output should continue from.- Parameters:
nextToken- Use this parameter if you receive aNextTokenresponse in a previous request that indicates that there is more output available. Set it to the value of the previous call'sNextTokenresponse to indicate where the output should continue from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListApplicationSnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListApplicationSnapshotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-