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)
Add an optional request override configuration.
|
DeleteApplicationInputProcessingConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteApplicationInputProcessingConfigurationRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteApplicationInputProcessingConfigurationRequest.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.