Interface CreateHarvestJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateHarvestJobRequest.Builder,CreateHarvestJobRequest>,MediaPackageRequest.Builder,SdkBuilder<CreateHarvestJobRequest.Builder,CreateHarvestJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateHarvestJobRequest
public static interface CreateHarvestJobRequest.Builder extends MediaPackageRequest.Builder, SdkPojo, CopyableBuilder<CreateHarvestJobRequest.Builder,CreateHarvestJobRequest>
-
-
Method Summary
-
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.mediapackage.model.MediaPackageRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
endTime
CreateHarvestJobRequest.Builder endTime(String endTime)
The end of the time-window which will be harvested- Parameters:
endTime- The end of the time-window which will be harvested- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CreateHarvestJobRequest.Builder id(String id)
The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted- Parameters:
id- The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originEndpointId
CreateHarvestJobRequest.Builder originEndpointId(String originEndpointId)
The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.- Parameters:
originEndpointId- The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Destination
CreateHarvestJobRequest.Builder s3Destination(S3Destination s3Destination)
Sets the value of the S3Destination property for this object.- Parameters:
s3Destination- The new value for the S3Destination property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Destination
default CreateHarvestJobRequest.Builder s3Destination(Consumer<S3Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object. This is a convenience method that creates an instance of theS3Destination.Builderavoiding the need to create one manually viaS3Destination.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Destination(S3Destination).- Parameters:
s3Destination- a consumer that will call methods onS3Destination.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3Destination(S3Destination)
-
startTime
CreateHarvestJobRequest.Builder startTime(String startTime)
The start of the time-window which will be harvested- Parameters:
startTime- The start of the time-window which will be harvested- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateHarvestJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateHarvestJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-