public static interface DeleteApplicationReferenceDataSourceRequest.Builder extends KinesisAnalyticsRequest.Builder, CopyableBuilder<DeleteApplicationReferenceDataSourceRequest.Builder,DeleteApplicationReferenceDataSourceRequest>
Modifier and Type | Method and Description |
---|---|
DeleteApplicationReferenceDataSourceRequest.Builder |
applicationName(String applicationName)
Name of an existing application.
|
DeleteApplicationReferenceDataSourceRequest.Builder |
currentApplicationVersionId(Long currentApplicationVersionId)
Version of the application.
|
DeleteApplicationReferenceDataSourceRequest.Builder |
referenceId(String referenceId)
ID of the reference data source.
|
DeleteApplicationReferenceDataSourceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteApplicationReferenceDataSourceRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
DeleteApplicationReferenceDataSourceRequest.Builder applicationName(String applicationName)
Name of an existing application.
applicationName
- Name of an existing application.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.
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.DeleteApplicationReferenceDataSourceRequest.Builder referenceId(String 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.
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.DeleteApplicationReferenceDataSourceRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeleteApplicationReferenceDataSourceRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.