Class OutputDescription
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.OutputDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OutputDescription.Builder,OutputDescription>
@Generated("software.amazon.awssdk:codegen") public final class OutputDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputDescription.Builder,OutputDescription>
For a SQL-based Kinesis Data Analytics application, describes the application output configuration, which includes the in-application stream name and the destination where the stream data is written. The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOutputDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OutputDescription.Builderbuilder()DestinationSchemadestinationSchema()The data format used for writing data to the destination.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()KinesisFirehoseOutputDescriptionkinesisFirehoseOutputDescription()Describes the Kinesis Data Firehose delivery stream that is configured as the destination where output is written.KinesisStreamsOutputDescriptionkinesisStreamsOutputDescription()Describes the Kinesis data stream that is configured as the destination where output is written.LambdaOutputDescriptionlambdaOutputDescription()Describes the Lambda function that is configured as the destination where output is written.Stringname()The name of the in-application stream that is configured as output.StringoutputId()A unique identifier for the output configuration.List<SdkField<?>>sdkFields()static Class<? extends OutputDescription.Builder>serializableBuilderClass()OutputDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
outputId
public final String outputId()
A unique identifier for the output configuration.
- Returns:
- A unique identifier for the output configuration.
-
name
public final String name()
The name of the in-application stream that is configured as output.
- Returns:
- The name of the in-application stream that is configured as output.
-
kinesisStreamsOutputDescription
public final KinesisStreamsOutputDescription kinesisStreamsOutputDescription()
Describes the Kinesis data stream that is configured as the destination where output is written.
- Returns:
- Describes the Kinesis data stream that is configured as the destination where output is written.
-
kinesisFirehoseOutputDescription
public final KinesisFirehoseOutputDescription kinesisFirehoseOutputDescription()
Describes the Kinesis Data Firehose delivery stream that is configured as the destination where output is written.
- Returns:
- Describes the Kinesis Data Firehose delivery stream that is configured as the destination where output is written.
-
lambdaOutputDescription
public final LambdaOutputDescription lambdaOutputDescription()
Describes the Lambda function that is configured as the destination where output is written.
- Returns:
- Describes the Lambda function that is configured as the destination where output is written.
-
destinationSchema
public final DestinationSchema destinationSchema()
The data format used for writing data to the destination.
- Returns:
- The data format used for writing data to the destination.
-
toBuilder
public OutputDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OutputDescription.Builder,OutputDescription>
-
builder
public static OutputDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends OutputDescription.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-