Interface CancelHarvestJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CancelHarvestJobRequest.Builder,
,CancelHarvestJobRequest> MediaPackageV2Request.Builder
,SdkBuilder<CancelHarvestJobRequest.Builder,
,CancelHarvestJobRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CancelHarvestJobRequest
@Mutable
@NotThreadSafe
public static interface CancelHarvestJobRequest.Builder
extends MediaPackageV2Request.Builder, SdkPojo, CopyableBuilder<CancelHarvestJobRequest.Builder,CancelHarvestJobRequest>
-
Method Summary
Modifier and TypeMethodDescriptionchannelGroupName
(String channelGroupName) The name of the channel group containing the channel from which the harvest job is running.channelName
(String channelName) The name of the channel from which the harvest job is running.The current Entity Tag (ETag) associated with the harvest job.harvestJobName
(String harvestJobName) The name of the harvest job to cancel.originEndpointName
(String originEndpointName) The name of the origin endpoint that the harvest job is harvesting from.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mediapackagev2.model.MediaPackageV2Request.Builder
build
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
-
channelGroupName
The name of the channel group containing the channel from which the harvest job is running.
- Parameters:
channelGroupName
- The name of the channel group containing the channel from which the harvest job is running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelName
The name of the channel from which the harvest job is running.
- Parameters:
channelName
- The name of the channel from which the harvest job is running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originEndpointName
The name of the origin endpoint that the harvest job is harvesting from. This cannot be changed after the harvest job is submitted.
- Parameters:
originEndpointName
- The name of the origin endpoint that the harvest job is harvesting from. This cannot be changed after the harvest job is submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
harvestJobName
The name of the harvest job to cancel. This name must be unique within the channel and cannot be changed after the harvest job is submitted.
- Parameters:
harvestJobName
- The name of the harvest job to cancel. This name must be unique within the channel and cannot be changed after the harvest job is submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTag
The current Entity Tag (ETag) associated with the harvest job. Used for concurrency control.
- Parameters:
eTag
- The current Entity Tag (ETag) associated with the harvest job. Used for concurrency control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CancelHarvestJobRequest.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
CancelHarvestJobRequest.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.
-