public static interface CreateStreamKeyResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<CreateStreamKeyResponse.Builder,CreateStreamKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateStreamKeyResponse.Builder |
streamKey(Consumer<StreamKey.Builder> streamKey)
Stream key used to authenticate an RTMPS stream for ingestion.
|
CreateStreamKeyResponse.Builder |
streamKey(StreamKey streamKey)
Stream key used to authenticate an RTMPS stream for ingestion.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStreamKeyResponse.Builder streamKey(StreamKey streamKey)
Stream key used to authenticate an RTMPS stream for ingestion.
streamKey - Stream key used to authenticate an RTMPS stream for ingestion.default CreateStreamKeyResponse.Builder streamKey(Consumer<StreamKey.Builder> streamKey)
Stream key used to authenticate an RTMPS stream for ingestion.
This is a convenience method that creates an instance of theStreamKey.Builder avoiding the need to
create one manually via StreamKey.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to streamKey(StreamKey).
streamKey - a consumer that will call methods on StreamKey.BuilderstreamKey(StreamKey)Copyright © 2023. All rights reserved.