public static interface CreateApplicationSnapshotRequest.Builder extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<CreateApplicationSnapshotRequest.Builder,CreateApplicationSnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationSnapshotRequest.Builder |
applicationName(String applicationName)
The name of an existing application
|
CreateApplicationSnapshotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateApplicationSnapshotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateApplicationSnapshotRequest.Builder |
snapshotName(String snapshotName)
An identifier for the application snapshot.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateApplicationSnapshotRequest.Builder applicationName(String applicationName)
The name of an existing application
applicationName - The name of an existing applicationCreateApplicationSnapshotRequest.Builder snapshotName(String snapshotName)
An identifier for the application snapshot.
snapshotName - An identifier for the application snapshot.CreateApplicationSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateApplicationSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.