public static interface DeleteApplicationInputProcessingConfigurationRequest.Builder extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteApplicationInputProcessingConfigurationRequest.Builder,DeleteApplicationInputProcessingConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteApplicationInputProcessingConfigurationRequest.Builder |
applicationName(String applicationName)
The name of the application.
|
DeleteApplicationInputProcessingConfigurationRequest.Builder |
currentApplicationVersionId(Long currentApplicationVersionId)
The application version.
|
DeleteApplicationInputProcessingConfigurationRequest.Builder |
inputId(String inputId)
The ID of the input configuration from which to delete the input processing configuration.
|
DeleteApplicationInputProcessingConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteApplicationInputProcessingConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteApplicationInputProcessingConfigurationRequest.Builder applicationName(String applicationName)
The name of the application.
applicationName - The name of the application.DeleteApplicationInputProcessingConfigurationRequest.Builder currentApplicationVersionId(Long currentApplicationVersionId)
The application version. 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 - The application version. 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.DeleteApplicationInputProcessingConfigurationRequest.Builder inputId(String inputId)
The ID of the input configuration from which to delete the input processing configuration. You can get a list of the input IDs for an application by using the DescribeApplication operation.
inputId - The ID of the input configuration from which to delete the input processing configuration. You can get
a list of the input IDs for an application by using the DescribeApplication operation.DeleteApplicationInputProcessingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteApplicationInputProcessingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.