Interface ListApplicationSnapshotsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListApplicationSnapshotsResponse.Builder,ListApplicationSnapshotsResponse>,KinesisAnalyticsV2Response.Builder,SdkBuilder<ListApplicationSnapshotsResponse.Builder,ListApplicationSnapshotsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListApplicationSnapshotsResponse
public static interface ListApplicationSnapshotsResponse.Builder extends KinesisAnalyticsV2Response.Builder, SdkPojo, CopyableBuilder<ListApplicationSnapshotsResponse.Builder,ListApplicationSnapshotsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationSnapshotsResponse.BuildernextToken(String nextToken)The token for the next set of results, ornullif there are no additional results.ListApplicationSnapshotsResponse.BuildersnapshotSummaries(Collection<SnapshotDetails> snapshotSummaries)A collection of objects containing information about the application snapshots.ListApplicationSnapshotsResponse.BuildersnapshotSummaries(Consumer<SnapshotDetails.Builder>... snapshotSummaries)A collection of objects containing information about the application snapshots.ListApplicationSnapshotsResponse.BuildersnapshotSummaries(SnapshotDetails... snapshotSummaries)A collection of objects containing information about the application snapshots.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisanalyticsv2.model.KinesisAnalyticsV2Response.Builder
build, responseMetadata, responseMetadata
-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
snapshotSummaries
ListApplicationSnapshotsResponse.Builder snapshotSummaries(Collection<SnapshotDetails> snapshotSummaries)
A collection of objects containing information about the application snapshots.
- Parameters:
snapshotSummaries- A collection of objects containing information about the application snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotSummaries
ListApplicationSnapshotsResponse.Builder snapshotSummaries(SnapshotDetails... snapshotSummaries)
A collection of objects containing information about the application snapshots.
- Parameters:
snapshotSummaries- A collection of objects containing information about the application snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotSummaries
ListApplicationSnapshotsResponse.Builder snapshotSummaries(Consumer<SnapshotDetails.Builder>... snapshotSummaries)
A collection of objects containing information about the application snapshots.
This is a convenience method that creates an instance of theSnapshotDetails.Builderavoiding the need to create one manually viaSnapshotDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#snapshotSummaries(List.) - Parameters:
snapshotSummaries- a consumer that will call methods onSnapshotDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#snapshotSummaries(java.util.Collection)
-
nextToken
ListApplicationSnapshotsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or
nullif there are no additional results.- Parameters:
nextToken- The token for the next set of results, ornullif there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-