public static interface EndPoint.Builder extends SdkPojo, CopyableBuilder<EndPoint.Builder,EndPoint>
| Modifier and Type | Method and Description |
|---|---|
default EndPoint.Builder |
kinesisStreamConfig(Consumer<KinesisStreamConfig.Builder> kinesisStreamConfig)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
EndPoint.Builder |
kinesisStreamConfig(KinesisStreamConfig kinesisStreamConfig)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
EndPoint.Builder |
streamType(String streamType)
The type of data stream where you are sending real-time log data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndPoint.Builder streamType(String streamType)
The type of data stream where you are sending real-time log data. The only valid value is
Kinesis.
streamType - The type of data stream where you are sending real-time log data. The only valid value is
Kinesis.EndPoint.Builder kinesisStreamConfig(KinesisStreamConfig kinesisStreamConfig)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
kinesisStreamConfig - Contains information about the Amazon Kinesis data stream where you are sending real-time log data.default EndPoint.Builder kinesisStreamConfig(Consumer<KinesisStreamConfig.Builder> kinesisStreamConfig)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
This is a convenience method that creates an instance of theKinesisStreamConfig.Builder avoiding the
need to create one manually via KinesisStreamConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to kinesisStreamConfig(KinesisStreamConfig).
kinesisStreamConfig - a consumer that will call methods on KinesisStreamConfig.BuilderkinesisStreamConfig(KinesisStreamConfig)Copyright © 2023. All rights reserved.