public static interface AddApplicationInputProcessingConfigurationRequest.Builder extends KinesisAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<AddApplicationInputProcessingConfigurationRequest.Builder,AddApplicationInputProcessingConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddApplicationInputProcessingConfigurationRequest.Builder applicationName(String applicationName)
Name of the application to which you want to add the input processing configuration.
applicationName - Name of the application to which you want to add the input processing configuration.AddApplicationInputProcessingConfigurationRequest.Builder currentApplicationVersionId(Long currentApplicationVersionId)
Version of the application to which you want to add the input processing configuration. You can use the DescribeApplication
operation to get the current application version. If the version specified is not the current version,
the ConcurrentModificationException is returned.
currentApplicationVersionId - Version of the application to which you want to add the input processing configuration. You can use
the
DescribeApplication operation to get the current application version. If the version specified is
not the current version, the ConcurrentModificationException is returned.AddApplicationInputProcessingConfigurationRequest.Builder inputId(String inputId)
The ID of the input configuration to add the input processing configuration to. You can get a list of the input IDs for an application using the DescribeApplication operation.
inputId - The ID of the input configuration to add the input processing configuration to. You can get a list of
the input IDs for an application using the DescribeApplication operation.AddApplicationInputProcessingConfigurationRequest.Builder inputProcessingConfiguration(InputProcessingConfiguration inputProcessingConfiguration)
The InputProcessingConfiguration to add to the application.
inputProcessingConfiguration - The InputProcessingConfiguration to add to the application.default AddApplicationInputProcessingConfigurationRequest.Builder inputProcessingConfiguration(Consumer<InputProcessingConfiguration.Builder> inputProcessingConfiguration)
The InputProcessingConfiguration to add to the application.
This is a convenience method that creates an instance of theInputProcessingConfiguration.Builder
avoiding the need to create one manually via InputProcessingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to inputProcessingConfiguration(InputProcessingConfiguration).
inputProcessingConfiguration - a consumer that will call methods on InputProcessingConfiguration.BuilderinputProcessingConfiguration(InputProcessingConfiguration)AddApplicationInputProcessingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddApplicationInputProcessingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.