CopyableBuilder<DeleteApplicationReferenceDataSourceRequest.Builder,DeleteApplicationReferenceDataSourceRequest>, SdkBuilder<DeleteApplicationReferenceDataSourceRequest.Builder,DeleteApplicationReferenceDataSourceRequest>public static interface DeleteApplicationReferenceDataSourceRequest.Builder extends CopyableBuilder<DeleteApplicationReferenceDataSourceRequest.Builder,DeleteApplicationReferenceDataSourceRequest>
| Modifier and Type | Method | 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.
|
copyapply, buildDeleteApplicationReferenceDataSourceRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.