Class OutputUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalytics.model.OutputUpdate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OutputUpdate.Builder,OutputUpdate>
@Generated("software.amazon.awssdk:codegen") public final class OutputUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputUpdate.Builder,OutputUpdate>
Describes updates to the output configuration identified by the
OutputId.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOutputUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OutputUpdate.Builderbuilder()DestinationSchemadestinationSchemaUpdate()Describes the data format when records are written to the destination.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()KinesisFirehoseOutputUpdatekinesisFirehoseOutputUpdate()Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.KinesisStreamsOutputUpdatekinesisStreamsOutputUpdate()Describes an Amazon Kinesis stream as the destination for the output.LambdaOutputUpdatelambdaOutputUpdate()Describes an AWS Lambda function as the destination for the output.StringnameUpdate()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.StringoutputId()Identifies the specific output configuration that you want to update.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends OutputUpdate.Builder>serializableBuilderClass()OutputUpdate.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()
Identifies the specific output configuration that you want to update.
- Returns:
- Identifies the specific output configuration that you want to update.
-
nameUpdate
public final 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.
- Returns:
- 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.
-
kinesisStreamsOutputUpdate
public final KinesisStreamsOutputUpdate kinesisStreamsOutputUpdate()
Describes an Amazon Kinesis stream as the destination for the output.
- Returns:
- Describes an Amazon Kinesis stream as the destination for the output.
-
kinesisFirehoseOutputUpdate
public final KinesisFirehoseOutputUpdate kinesisFirehoseOutputUpdate()
Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.
- Returns:
- Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.
-
lambdaOutputUpdate
public final LambdaOutputUpdate lambdaOutputUpdate()
Describes an AWS Lambda function as the destination for the output.
- Returns:
- Describes an AWS Lambda function as the destination for the output.
-
destinationSchemaUpdate
public final DestinationSchema destinationSchemaUpdate()
Describes the data format when records are written to the destination. For more information, see Configuring Application Output.
- Returns:
- Describes the data format when records are written to the destination. For more information, see Configuring Application Output.
-
toBuilder
public OutputUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OutputUpdate.Builder,OutputUpdate>
-
builder
public static OutputUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends OutputUpdate.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
-
-