Uses of Interface
software.amazon.awssdk.services.cloudfront.model.EndPoint.Builder
-
Packages that use EndPoint.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of EndPoint.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return EndPoint.Builder Modifier and Type Method Description static EndPoint.BuilderEndPoint. builder()default EndPoint.BuilderEndPoint.Builder. kinesisStreamConfig(Consumer<KinesisStreamConfig.Builder> kinesisStreamConfig)Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.EndPoint.BuilderEndPoint.Builder. kinesisStreamConfig(KinesisStreamConfig kinesisStreamConfig)Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.EndPoint.BuilderEndPoint.Builder. streamType(String streamType)The type of data stream where you are sending real-time log data.EndPoint.BuilderEndPoint. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type EndPoint.Builder Modifier and Type Method Description static Class<? extends EndPoint.Builder>EndPoint. serializableBuilderClass()
-