public static interface AddApplicationInputRequest.Builder extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<AddApplicationInputRequest.Builder,AddApplicationInputRequest>
Modifier and Type | Method and Description |
---|---|
AddApplicationInputRequest.Builder |
applicationName(String applicationName)
The name of your existing application to which you want to add the streaming source.
|
AddApplicationInputRequest.Builder |
currentApplicationVersionId(Long currentApplicationVersionId)
The current version of your application.
|
default AddApplicationInputRequest.Builder |
input(Consumer<Input.Builder> input)
The Input to add.
|
AddApplicationInputRequest.Builder |
input(Input input)
The Input to add.
|
AddApplicationInputRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AddApplicationInputRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
AddApplicationInputRequest.Builder applicationName(String applicationName)
The name of your existing application to which you want to add the streaming source.
applicationName
- The name of your existing application to which you want to add the streaming source.AddApplicationInputRequest.Builder currentApplicationVersionId(Long currentApplicationVersionId)
The current version of your application. You can use the DescribeApplication operation to find the current application version.
currentApplicationVersionId
- The current version of your application. You can use the DescribeApplication operation to find
the current application version.AddApplicationInputRequest.Builder input(Input input)
The Input to add.
input
- The Input to add.default AddApplicationInputRequest.Builder input(Consumer<Input.Builder> input)
The Input to add.
This is a convenience that creates an instance of theInput.Builder
avoiding the need to create one
manually via Input.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to input(Input)
.input
- a consumer that will call methods on Input.Builder
input(Input)
AddApplicationInputRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AddApplicationInputRequest.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.