CopyableBuilder<OutputUpdate.Builder,OutputUpdate>
, SdkBuilder<OutputUpdate.Builder,OutputUpdate>
public static interface OutputUpdate.Builder extends CopyableBuilder<OutputUpdate.Builder,OutputUpdate>
Modifier and Type | Method | Description |
---|---|---|
OutputUpdate.Builder |
destinationSchemaUpdate(DestinationSchema destinationSchemaUpdate) |
|
OutputUpdate.Builder |
kinesisFirehoseOutputUpdate(KinesisFirehoseOutputUpdate kinesisFirehoseOutputUpdate) |
Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
|
OutputUpdate.Builder |
kinesisStreamsOutputUpdate(KinesisStreamsOutputUpdate kinesisStreamsOutputUpdate) |
Describes an Amazon Kinesis stream as the destination for the output.
|
OutputUpdate.Builder |
nameUpdate(String nameUpdate) |
If you want to specify a different in-application stream for this output configuration, use this field to
specify the new in-application stream name.
|
OutputUpdate.Builder |
outputId(String outputId) |
Identifies the specific output configuration that you want to update.
|
copy
apply, build
OutputUpdate.Builder outputId(String outputId)
Identifies the specific output configuration that you want to update.
outputId
- Identifies the specific output configuration that you want to update.OutputUpdate.Builder nameUpdate(String nameUpdate)
If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
nameUpdate
- If you want to specify a different in-application stream for this output configuration, use this field
to specify the new in-application stream name.OutputUpdate.Builder kinesisStreamsOutputUpdate(KinesisStreamsOutputUpdate kinesisStreamsOutputUpdate)
Describes an Amazon Kinesis stream as the destination for the output.
kinesisStreamsOutputUpdate
- Describes an Amazon Kinesis stream as the destination for the output.OutputUpdate.Builder kinesisFirehoseOutputUpdate(KinesisFirehoseOutputUpdate kinesisFirehoseOutputUpdate)
Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
kinesisFirehoseOutputUpdate
- Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.OutputUpdate.Builder destinationSchemaUpdate(DestinationSchema destinationSchemaUpdate)
destinationSchemaUpdate
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.