@Generated(value="software.amazon.awssdk:codegen") public final class Output extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Output.Builder,Output>
Describes application output configuration in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream.
For limits on how many destinations an application can write and other limitations, see Limits.
Modifier and Type | Class and Description |
---|---|
static interface |
Output.Builder |
Modifier and Type | Method and Description |
---|---|
static Output.Builder |
builder() |
DestinationSchema |
destinationSchema()
Describes the data format when records are written to the destination.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
KinesisFirehoseOutput |
kinesisFirehoseOutput()
Identifies an Amazon Kinesis Firehose delivery stream as the destination.
|
KinesisStreamsOutput |
kinesisStreamsOutput()
Identifies an Amazon Kinesis stream as the destination.
|
LambdaOutput |
lambdaOutput()
Identifies an AWS Lambda function as the destination.
|
String |
name()
Name of the in-application stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Output.Builder> |
serializableBuilderClass() |
Output.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
Name of the in-application stream.
public KinesisStreamsOutput kinesisStreamsOutput()
Identifies an Amazon Kinesis stream as the destination.
public KinesisFirehoseOutput kinesisFirehoseOutput()
Identifies an Amazon Kinesis Firehose delivery stream as the destination.
public LambdaOutput lambdaOutput()
Identifies an AWS Lambda function as the destination.
public DestinationSchema destinationSchema()
Describes the data format when records are written to the destination. For more information, see Configuring Application Output.
public Output.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Output.Builder,Output>
public static Output.Builder builder()
public static Class<? extends Output.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.