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.
|
build
overrideConfiguration
copy
applyMutation, build
CreateApplicationSnapshotRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateApplicationSnapshotRequest.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.