public static interface AddApplicationReferenceDataSourceResponse.Builder extends KinesisAnalyticsV2Response.Builder, SdkPojo, CopyableBuilder<AddApplicationReferenceDataSourceResponse.Builder,AddApplicationReferenceDataSourceResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildAddApplicationReferenceDataSourceResponse.Builder applicationARN(String applicationARN)
The application Amazon Resource Name (ARN).
applicationARN - The application Amazon Resource Name (ARN).AddApplicationReferenceDataSourceResponse.Builder applicationVersionId(Long applicationVersionId)
The updated application version ID. Amazon Kinesis Data Analytics increments this ID when the application is updated.
applicationVersionId - The updated application version ID. Amazon Kinesis Data Analytics increments this ID when the
application is updated.AddApplicationReferenceDataSourceResponse.Builder referenceDataSourceDescriptions(Collection<ReferenceDataSourceDescription> referenceDataSourceDescriptions)
Describes reference data sources configured for the application.
referenceDataSourceDescriptions - Describes reference data sources configured for the application.AddApplicationReferenceDataSourceResponse.Builder referenceDataSourceDescriptions(ReferenceDataSourceDescription... referenceDataSourceDescriptions)
Describes reference data sources configured for the application.
referenceDataSourceDescriptions - Describes reference data sources configured for the application.AddApplicationReferenceDataSourceResponse.Builder referenceDataSourceDescriptions(Consumer<ReferenceDataSourceDescription.Builder>... referenceDataSourceDescriptions)
Describes reference data sources configured for the application.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #referenceDataSourceDescriptions(List) .referenceDataSourceDescriptions - a consumer that will call methods on List.Builder #referenceDataSourceDescriptions(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.