Interface DeleteApplicationReferenceDataSourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteApplicationReferenceDataSourceRequest.Builder,
,DeleteApplicationReferenceDataSourceRequest> KinesisAnalyticsV2Request.Builder
,SdkBuilder<DeleteApplicationReferenceDataSourceRequest.Builder,
,DeleteApplicationReferenceDataSourceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteApplicationReferenceDataSourceRequest
public static interface DeleteApplicationReferenceDataSourceRequest.Builder
extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteApplicationReferenceDataSourceRequest.Builder,DeleteApplicationReferenceDataSourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationName
(String applicationName) The name of an existing application.currentApplicationVersionId
(Long currentApplicationVersionId) The current application version.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.referenceId
(String referenceId) The ID of the reference data source.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
The name of an existing application.
- Parameters:
applicationName
- The name of an existing application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentApplicationVersionId
DeleteApplicationReferenceDataSourceRequest.Builder currentApplicationVersionId(Long currentApplicationVersionId) The current 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 current 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.
-
referenceId
The ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Kinesis Data Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
- Parameters:
referenceId
- The ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Kinesis Data Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteApplicationReferenceDataSourceRequest.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
DeleteApplicationReferenceDataSourceRequest.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.
-