Interface UpdateMediaInsightsPipelineStatusRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeSdkMediaPipelinesRequest.Builder
,CopyableBuilder<UpdateMediaInsightsPipelineStatusRequest.Builder,
,UpdateMediaInsightsPipelineStatusRequest> SdkBuilder<UpdateMediaInsightsPipelineStatusRequest.Builder,
,UpdateMediaInsightsPipelineStatusRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateMediaInsightsPipelineStatusRequest
@Mutable
@NotThreadSafe
public static interface UpdateMediaInsightsPipelineStatusRequest.Builder
extends ChimeSdkMediaPipelinesRequest.Builder, SdkPojo, CopyableBuilder<UpdateMediaInsightsPipelineStatusRequest.Builder,UpdateMediaInsightsPipelineStatusRequest>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier
(String identifier) The unique identifier of the resource to be updated.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.updateStatus
(String updateStatus) The requested status of the media insights pipeline.updateStatus
(MediaPipelineStatusUpdate updateStatus) The requested status of the media insights pipeline.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.chimesdkmediapipelines.model.ChimeSdkMediaPipelinesRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
identifier
The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.
- Parameters:
identifier
- The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateStatus
The requested status of the media insights pipeline.
- Parameters:
updateStatus
- The requested status of the media insights pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updateStatus
UpdateMediaInsightsPipelineStatusRequest.Builder updateStatus(MediaPipelineStatusUpdate updateStatus) The requested status of the media insights pipeline.
- Parameters:
updateStatus
- The requested status of the media insights pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateMediaInsightsPipelineStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateMediaInsightsPipelineStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-