public static interface DeleteApplicationReferenceDataSourceRequest.Builder extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteApplicationReferenceDataSourceRequest.Builder,DeleteApplicationReferenceDataSourceRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteApplicationReferenceDataSourceRequest.Builder |
applicationName(String applicationName)
The name of an existing application.
|
DeleteApplicationReferenceDataSourceRequest.Builder |
currentApplicationVersionId(Long currentApplicationVersionId)
The current application version.
|
DeleteApplicationReferenceDataSourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteApplicationReferenceDataSourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteApplicationReferenceDataSourceRequest.Builder |
referenceId(String referenceId)
The ID of the reference data source.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteApplicationReferenceDataSourceRequest.Builder applicationName(String applicationName)
The name of an existing application.
applicationName - The name of an existing application.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.
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.DeleteApplicationReferenceDataSourceRequest.Builder referenceId(String 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.
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.DeleteApplicationReferenceDataSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteApplicationReferenceDataSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.