Interface DeleteApplicationReferenceDataSourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteApplicationReferenceDataSourceRequest.Builder,
,DeleteApplicationReferenceDataSourceRequest> KinesisAnalyticsRequest.Builder
,SdkBuilder<DeleteApplicationReferenceDataSourceRequest.Builder,
,DeleteApplicationReferenceDataSourceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteApplicationReferenceDataSourceRequest
public static interface DeleteApplicationReferenceDataSourceRequest.Builder
extends KinesisAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<DeleteApplicationReferenceDataSourceRequest.Builder,DeleteApplicationReferenceDataSourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationName
(String applicationName) Name of an existing application.currentApplicationVersionId
(Long currentApplicationVersionId) Version of the application.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.referenceId
(String referenceId) 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.kinesisanalytics.model.KinesisAnalyticsRequest.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
Name of an existing application.
- Parameters:
applicationName
- 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) Version of the application. 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
- Version of the application. 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
ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
- Parameters:
referenceId
- ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis 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.
-