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) |
AddApplicationInputRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddApplicationInputRequest.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 must provide the ApplicationVersionID or the
ConditionalToken.You can use the DescribeApplication operation to find the current
application version.
currentApplicationVersionId - The current version of your application. You must provide the ApplicationVersionID or the
ConditionalToken.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 method 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.Builderinput(Input)AddApplicationInputRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddApplicationInputRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.