Class OutputDescription
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalytics.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>
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 an Amazon Kinesis stream or an Amazon Kinesis 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()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 Amazon Kinesis Firehose delivery stream configured as the destination where output is written.KinesisStreamsOutputDescriptionkinesisStreamsOutputDescription()Describes Amazon Kinesis stream configured as the destination where output is written.LambdaOutputDescriptionlambdaOutputDescription()Describes the AWS Lambda function configured as the destination where output is written.Stringname()Name of the in-application stream configured as output.StringoutputId()A unique identifier for the output configuration.Map<String,SdkField<?>>sdkFieldNameToField()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()
Name of the in-application stream configured as output.
- Returns:
- Name of the in-application stream configured as output.
-
kinesisStreamsOutputDescription
public final KinesisStreamsOutputDescription kinesisStreamsOutputDescription()
Describes Amazon Kinesis stream configured as the destination where output is written.
- Returns:
- Describes Amazon Kinesis stream configured as the destination where output is written.
-
kinesisFirehoseOutputDescription
public final KinesisFirehoseOutputDescription kinesisFirehoseOutputDescription()
Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
- Returns:
- Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
-
lambdaOutputDescription
public final LambdaOutputDescription lambdaOutputDescription()
Describes the AWS Lambda function configured as the destination where output is written.
- Returns:
- Describes the AWS Lambda function configured as the destination where output is written.
-
destinationSchema
public final DestinationSchema destinationSchema()
Data format used for writing data to the destination.
- Returns:
- 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-