Interface SelectObjectContentEventStream
- All Superinterfaces:
SdkPojo
- All Known Implementing Classes:
ContinuationEvent
,DefaultCont
,DefaultEnd
,DefaultProgress
,DefaultRecords
,DefaultStats
,EndEvent
,ProgressEvent
,RecordsEvent
,StatsEvent
@Generated("software.amazon.awssdk:codegen")
public interface SelectObjectContentEventStream
extends SdkPojo
Base interface for all event types in SelectObjectContentEventStream.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
The known possible types of events forSelectObjectContentEventStream
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SelectObjectContentEventStream
Special type ofSelectObjectContentEventStream
for unknown types of events that this version of the SDK does not know about -
Method Summary
Modifier and TypeMethodDescriptionvoid
Calls the appropriate visit method depending on the subtype ofSelectObjectContentEventStream
.static ContinuationEvent.Builder
Create a builder for theCont
event type for this stream.static EndEvent.Builder
Create a builder for theEnd
event type for this stream.static ProgressEvent.Builder
Create a builder for theProgress
event type for this stream.static RecordsEvent.Builder
Create a builder for theRecords
event type for this stream.The type of this event.static StatsEvent.Builder
Create a builder for theStats
event type for this stream.Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Field Details
-
UNKNOWN
Special type ofSelectObjectContentEventStream
for unknown types of events that this version of the SDK does not know about
-
-
Method Details
-
recordsBuilder
Create a builder for theRecords
event type for this stream. -
statsBuilder
Create a builder for theStats
event type for this stream. -
progressBuilder
Create a builder for theProgress
event type for this stream. -
contBuilder
Create a builder for theCont
event type for this stream. -
endBuilder
Create a builder for theEnd
event type for this stream. -
sdkEventType
The type of this event. Corresponds to the:event-type
header on the Message. -
accept
Calls the appropriate visit method depending on the subtype ofSelectObjectContentEventStream
.- Parameters:
visitor
- Visitor to invoke.
-