CopyableBuilder<AddApplicationOutputRequest.Builder,AddApplicationOutputRequest>
, SdkBuilder<AddApplicationOutputRequest.Builder,AddApplicationOutputRequest>
public static interface AddApplicationOutputRequest.Builder extends CopyableBuilder<AddApplicationOutputRequest.Builder,AddApplicationOutputRequest>
Modifier and Type | Method | Description |
---|---|---|
AddApplicationOutputRequest.Builder |
applicationName(String applicationName) |
Name of the application to which you want to add the output configuration.
|
AddApplicationOutputRequest.Builder |
currentApplicationVersionId(Long currentApplicationVersionId) |
Version of the application to which you want add the output configuration.
|
AddApplicationOutputRequest.Builder |
output(Output output) |
An array of objects, each describing one output configuration.
|
copy
apply, build
AddApplicationOutputRequest.Builder applicationName(String applicationName)
Name of the application to which you want to add the output configuration.
applicationName
- Name of the application to which you want to add the output configuration.AddApplicationOutputRequest.Builder currentApplicationVersionId(Long currentApplicationVersionId)
Version of the application to which you want add the output configuration. 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 to which you want add the output configuration. 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.AddApplicationOutputRequest.Builder output(Output output)
An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.
output
- An array of objects, each describing one output configuration. In the output configuration, you
specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an
Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the
destination.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.