public static interface BatchGetStreamKeyResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<BatchGetStreamKeyResponse.Builder,BatchGetStreamKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetStreamKeyResponse.Builder |
errors(BatchError... errors)
Sets the value of the Errors property for this object.
|
BatchGetStreamKeyResponse.Builder |
errors(Collection<BatchError> errors)
Sets the value of the Errors property for this object.
|
BatchGetStreamKeyResponse.Builder |
errors(Consumer<BatchError.Builder>... errors)
Sets the value of the Errors property for this object.
|
BatchGetStreamKeyResponse.Builder |
streamKeys(Collection<StreamKey> streamKeys)
Sets the value of the StreamKeys property for this object.
|
BatchGetStreamKeyResponse.Builder |
streamKeys(Consumer<StreamKey.Builder>... streamKeys)
Sets the value of the StreamKeys property for this object.
|
BatchGetStreamKeyResponse.Builder |
streamKeys(StreamKey... streamKeys)
Sets the value of the StreamKeys property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetStreamKeyResponse.Builder streamKeys(Collection<StreamKey> streamKeys)
streamKeys - The new value for the StreamKeys property for this object.BatchGetStreamKeyResponse.Builder streamKeys(StreamKey... streamKeys)
streamKeys - The new value for the StreamKeys property for this object.BatchGetStreamKeyResponse.Builder streamKeys(Consumer<StreamKey.Builder>... streamKeys)
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #streamKeys(List) .streamKeys - a consumer that will call methods on List.Builder #streamKeys(List) BatchGetStreamKeyResponse.Builder errors(Collection<BatchError> errors)
errors - The new value for the Errors property for this object.BatchGetStreamKeyResponse.Builder errors(BatchError... errors)
errors - The new value for the Errors property for this object.BatchGetStreamKeyResponse.Builder errors(Consumer<BatchError.Builder>... errors)
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2021. All rights reserved.