public static interface DeleteApplicationReferenceDataSourceRequest.Builder extends KinesisAnalyticsRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteApplicationReferenceDataSourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteApplicationReferenceDataSourceRequest.Builder |
referenceId(String referenceId)
ID of the reference data source.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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.DeleteApplicationReferenceDataSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteApplicationReferenceDataSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.