Interface DeleteApplicationReferenceDataSourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteApplicationReferenceDataSourceRequest.Builder,DeleteApplicationReferenceDataSourceRequest>,KinesisAnalyticsRequest.Builder,SdkBuilder<DeleteApplicationReferenceDataSourceRequest.Builder,DeleteApplicationReferenceDataSourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteApplicationReferenceDataSourceRequest
public static interface DeleteApplicationReferenceDataSourceRequest.Builder extends KinesisAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<DeleteApplicationReferenceDataSourceRequest.Builder,DeleteApplicationReferenceDataSourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteApplicationReferenceDataSourceRequest.BuilderapplicationName(String applicationName)Name of an existing application.DeleteApplicationReferenceDataSourceRequest.BuildercurrentApplicationVersionId(Long currentApplicationVersionId)Version of the application.DeleteApplicationReferenceDataSourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteApplicationReferenceDataSourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteApplicationReferenceDataSourceRequest.BuilderreferenceId(String referenceId)ID of the reference data source.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisanalytics.model.KinesisAnalyticsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
applicationName
DeleteApplicationReferenceDataSourceRequest.Builder applicationName(String applicationName)
Name of an existing application.
- Parameters:
applicationName- Name of an existing application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentApplicationVersionId
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
ConcurrentModificationExceptionis returned.- Parameters:
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, theConcurrentModificationExceptionis returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referenceId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteApplicationReferenceDataSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteApplicationReferenceDataSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-