CopyableBuilder<StartApplicationRequest.Builder,StartApplicationRequest>
, SdkBuilder<StartApplicationRequest.Builder,StartApplicationRequest>
public static interface StartApplicationRequest.Builder extends CopyableBuilder<StartApplicationRequest.Builder,StartApplicationRequest>
Modifier and Type | Method | Description |
---|---|---|
StartApplicationRequest.Builder |
applicationName(String applicationName) |
Name of the application.
|
StartApplicationRequest.Builder |
inputConfigurations(Collection<InputConfiguration> inputConfigurations) |
Identifies the specific input, by ID, that the application starts consuming.
|
StartApplicationRequest.Builder |
inputConfigurations(InputConfiguration... inputConfigurations) |
Identifies the specific input, by ID, that the application starts consuming.
|
copy
apply, build
StartApplicationRequest.Builder applicationName(String applicationName)
Name of the application.
applicationName
- Name of the application.StartApplicationRequest.Builder inputConfigurations(Collection<InputConfiguration> inputConfigurations)
Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.
inputConfigurations
- Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics
starts reading the streaming source associated with the input. You can also specify where in the
streaming source you want Amazon Kinesis Analytics to start reading.StartApplicationRequest.Builder inputConfigurations(InputConfiguration... inputConfigurations)
Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.
NOTE: This method appends the values to the existing list (if any). Use
#setInputConfigurations(java.util.Collection)
or
#withInputConfigurations(java.util.Collection)
if you want to override the existing values.
inputConfigurations
- Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics
starts reading the streaming source associated with the input. You can also specify where in the
streaming source you want Amazon Kinesis Analytics to start reading.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.