public static interface DeleteApplicationSnapshotRequest.Builder extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteApplicationSnapshotRequest.Builder,DeleteApplicationSnapshotRequest>
Modifier and Type | Method and Description |
---|---|
DeleteApplicationSnapshotRequest.Builder |
applicationName(String applicationName)
The name of an existing application.
|
DeleteApplicationSnapshotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteApplicationSnapshotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteApplicationSnapshotRequest.Builder |
snapshotCreationTimestamp(Instant snapshotCreationTimestamp)
The creation timestamp of the application snapshot to delete.
|
DeleteApplicationSnapshotRequest.Builder |
snapshotName(String snapshotName)
The identifier for the snapshot delete.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteApplicationSnapshotRequest.Builder applicationName(String applicationName)
The name of an existing application.
applicationName
- The name of an existing application.DeleteApplicationSnapshotRequest.Builder snapshotName(String snapshotName)
The identifier for the snapshot delete.
snapshotName
- The identifier for the snapshot delete.DeleteApplicationSnapshotRequest.Builder snapshotCreationTimestamp(Instant snapshotCreationTimestamp)
The creation timestamp of the application snapshot to delete. You can retrieve this value using or .
snapshotCreationTimestamp
- The creation timestamp of the application snapshot to delete. You can retrieve this value using or .DeleteApplicationSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteApplicationSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.