public static interface DescribeApplicationSnapshotResponse.Builder extends KinesisAnalyticsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeApplicationSnapshotResponse.Builder,DescribeApplicationSnapshotResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeApplicationSnapshotResponse.Builder |
snapshotDetails(Consumer<SnapshotDetails.Builder> snapshotDetails)
An object containing information about the application snapshot.
|
DescribeApplicationSnapshotResponse.Builder |
snapshotDetails(SnapshotDetails snapshotDetails)
An object containing information about the application snapshot.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeApplicationSnapshotResponse.Builder snapshotDetails(SnapshotDetails snapshotDetails)
An object containing information about the application snapshot.
snapshotDetails - An object containing information about the application snapshot.default DescribeApplicationSnapshotResponse.Builder snapshotDetails(Consumer<SnapshotDetails.Builder> snapshotDetails)
An object containing information about the application snapshot.
This is a convenience that creates an instance of theSnapshotDetails.Builder avoiding the need to
create one manually via SnapshotDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to snapshotDetails(SnapshotDetails).snapshotDetails - a consumer that will call methods on SnapshotDetails.BuildersnapshotDetails(SnapshotDetails)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.