@Generated(value="software.amazon.awssdk:codegen") public final class OutputUpdate extends Object implements StructuredPojo, ToCopyableBuilder<OutputUpdate.Builder,OutputUpdate>
Describes updates to the output configuration identified by the OutputId
.
Modifier and Type | Class and Description |
---|---|
static interface |
OutputUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
static OutputUpdate.Builder |
builder() |
DestinationSchema |
destinationSchemaUpdate()
Returns the value of the DestinationSchemaUpdate property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
KinesisFirehoseOutputUpdate |
kinesisFirehoseOutputUpdate()
Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
|
KinesisStreamsOutputUpdate |
kinesisStreamsOutputUpdate()
Describes an Amazon Kinesis stream as the destination for the output.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
String |
outputId()
Identifies the specific output configuration that you want to update.
|
static Class<? extends OutputUpdate.Builder> |
serializableBuilderClass() |
OutputUpdate.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 outputId()
Identifies the specific output configuration that you want to update.
public 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.
public KinesisStreamsOutputUpdate kinesisStreamsOutputUpdate()
Describes an Amazon Kinesis stream as the destination for the output.
public KinesisFirehoseOutputUpdate kinesisFirehoseOutputUpdate()
Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
public DestinationSchema destinationSchemaUpdate()
public OutputUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OutputUpdate.Builder,OutputUpdate>
public static OutputUpdate.Builder builder()
public static Class<? extends OutputUpdate.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.