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.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteApplicationReferenceDataSourceRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteApplicationReferenceDataSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.