Interface DeleteApplicationInputProcessingConfigurationRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DeleteApplicationInputProcessingConfigurationRequest.Builder,,DeleteApplicationInputProcessingConfigurationRequest> KinesisAnalyticsV2Request.Builder,SdkBuilder<DeleteApplicationInputProcessingConfigurationRequest.Builder,,DeleteApplicationInputProcessingConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DeleteApplicationInputProcessingConfigurationRequest
public static interface DeleteApplicationInputProcessingConfigurationRequest.Builder
extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteApplicationInputProcessingConfigurationRequest.Builder,DeleteApplicationInputProcessingConfigurationRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationName(String applicationName) The name of the application.currentApplicationVersionId(Long currentApplicationVersionId) The application version.The ID of the input configuration from which to delete the input processing configuration.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kinesisanalyticsv2.model.KinesisAnalyticsV2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
applicationName
DeleteApplicationInputProcessingConfigurationRequest.Builder applicationName(String applicationName) The name of the application.
- Parameters:
 applicationName- The name of the application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
currentApplicationVersionId
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
ConcurrentModificationExceptionis returned.- Parameters:
 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, theConcurrentModificationExceptionis returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DeleteApplicationInputProcessingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DeleteApplicationInputProcessingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -