public static interface AddApplicationInputProcessingConfigurationResponse.Builder extends KinesisAnalyticsV2Response.Builder, SdkPojo, CopyableBuilder<AddApplicationInputProcessingConfigurationResponse.Builder,AddApplicationInputProcessingConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
AddApplicationInputProcessingConfigurationResponse.Builder |
applicationARN(String applicationARN)
The Amazon Resource Name (ARN) of the application.
|
AddApplicationInputProcessingConfigurationResponse.Builder |
applicationVersionId(Long applicationVersionId)
Provides the current application version.
|
AddApplicationInputProcessingConfigurationResponse.Builder |
inputId(String inputId)
The input ID that is associated with the application input.
|
default AddApplicationInputProcessingConfigurationResponse.Builder |
inputProcessingConfigurationDescription(Consumer<InputProcessingConfigurationDescription.Builder> inputProcessingConfigurationDescription)
The description of the preprocessor that executes on records in this input before the application's code is
run.
|
AddApplicationInputProcessingConfigurationResponse.Builder |
inputProcessingConfigurationDescription(InputProcessingConfigurationDescription inputProcessingConfigurationDescription)
The description of the preprocessor that executes on records in this input before the application's code is
run.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
AddApplicationInputProcessingConfigurationResponse.Builder applicationARN(String applicationARN)
The Amazon Resource Name (ARN) of the application.
applicationARN
- The Amazon Resource Name (ARN) of the application.AddApplicationInputProcessingConfigurationResponse.Builder applicationVersionId(Long applicationVersionId)
Provides the current application version.
applicationVersionId
- Provides the current application version.AddApplicationInputProcessingConfigurationResponse.Builder inputId(String inputId)
The input ID that is associated with the application input. This is the ID that Amazon Kinesis Data Analytics assigns to each input configuration that you add to your application.
inputId
- The input ID that is associated with the application input. This is the ID that Amazon Kinesis Data
Analytics assigns to each input configuration that you add to your application.AddApplicationInputProcessingConfigurationResponse.Builder inputProcessingConfigurationDescription(InputProcessingConfigurationDescription inputProcessingConfigurationDescription)
The description of the preprocessor that executes on records in this input before the application's code is run.
inputProcessingConfigurationDescription
- The description of the preprocessor that executes on records in this input before the application's
code is run.default AddApplicationInputProcessingConfigurationResponse.Builder inputProcessingConfigurationDescription(Consumer<InputProcessingConfigurationDescription.Builder> inputProcessingConfigurationDescription)
The description of the preprocessor that executes on records in this input before the application's code is run.
This is a convenience that creates an instance of theInputProcessingConfigurationDescription.Builder
avoiding the need to create one manually via InputProcessingConfigurationDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is
called immediately and its result is passed to
inputProcessingConfigurationDescription(InputProcessingConfigurationDescription)
.inputProcessingConfigurationDescription
- a consumer that will call methods on InputProcessingConfigurationDescription.Builder
inputProcessingConfigurationDescription(InputProcessingConfigurationDescription)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.