Interface BatchStopResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchStopResponse.Builder,BatchStopResponse>,MediaLiveResponse.Builder,SdkBuilder<BatchStopResponse.Builder,BatchStopResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchStopResponse
public static interface BatchStopResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<BatchStopResponse.Builder,BatchStopResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
failed
BatchStopResponse.Builder failed(Collection<BatchFailedResultModel> failed)
List of failed operations- Parameters:
failed- List of failed operations- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
BatchStopResponse.Builder failed(BatchFailedResultModel... failed)
List of failed operations- Parameters:
failed- List of failed operations- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
BatchStopResponse.Builder failed(Consumer<BatchFailedResultModel.Builder>... failed)
List of failed operations This is a convenience method that creates an instance of theBatchFailedResultModel.Builderavoiding the need to create one manually viaBatchFailedResultModel.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#failed(List.) - Parameters:
failed- a consumer that will call methods onBatchFailedResultModel.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#failed(java.util.Collection)
-
successful
BatchStopResponse.Builder successful(Collection<BatchSuccessfulResultModel> successful)
List of successful operations- Parameters:
successful- List of successful operations- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successful
BatchStopResponse.Builder successful(BatchSuccessfulResultModel... successful)
List of successful operations- Parameters:
successful- List of successful operations- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successful
BatchStopResponse.Builder successful(Consumer<BatchSuccessfulResultModel.Builder>... successful)
List of successful operations This is a convenience method that creates an instance of theBatchSuccessfulResultModel.Builderavoiding the need to create one manually viaBatchSuccessfulResultModel.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#successful(List.) - Parameters:
successful- a consumer that will call methods onBatchSuccessfulResultModel.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#successful(java.util.Collection)
-
-