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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.kinesisanalyticsv2.model.KinesisAnalyticsV2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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
ConcurrentModificationException
is 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, theConcurrentModificationException
is 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-