Interface BatchGetStreamKeyResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetStreamKeyResponse.Builder,,BatchGetStreamKeyResponse> IvsResponse.Builder,SdkBuilder<BatchGetStreamKeyResponse.Builder,,BatchGetStreamKeyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 BatchGetStreamKeyResponse
public static interface BatchGetStreamKeyResponse.Builder
extends IvsResponse.Builder, SdkPojo, CopyableBuilder<BatchGetStreamKeyResponse.Builder,BatchGetStreamKeyResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionerrors(Collection<BatchError> errors) errors(Consumer<BatchError.Builder>... errors) This is a convenience method that creates an instance of theBatchError.Builderavoiding the need to create one manually viaBatchError.builder().errors(BatchError... errors) streamKeys(Collection<StreamKey> streamKeys) streamKeys(Consumer<StreamKey.Builder>... streamKeys) This is a convenience method that creates an instance of theStreamKey.Builderavoiding the need to create one manually viaStreamKey.builder().streamKeys(StreamKey... streamKeys) Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ivs.model.IvsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
errors
- Parameters:
 errors-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
errors
- Parameters:
 errors-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
errors
This is a convenience method that creates an instance of theBatchError.Builderavoiding the need to create one manually viaBatchError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrors(List<BatchError>).- Parameters:
 errors- a consumer that will call methods onBatchError.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
streamKeys
- Parameters:
 streamKeys-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
streamKeys
- Parameters:
 streamKeys-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
streamKeys
This is a convenience method that creates an instance of theStreamKey.Builderavoiding the need to create one manually viaStreamKey.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostreamKeys(List<StreamKey>).- Parameters:
 streamKeys- a consumer that will call methods onStreamKey.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -