| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination.Builder |
S3Destination.Builder.bucketName(String bucketName)
The name of an S3 bucket within which harvested content will be exported
|
static S3Destination.Builder |
S3Destination.builder() |
S3Destination.Builder |
S3Destination.Builder.manifestKey(String manifestKey)
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
|
S3Destination.Builder |
S3Destination.Builder.roleArn(String roleArn)
The IAM role used to write to the specified S3 bucket
|
S3Destination.Builder |
S3Destination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Destination.Builder> |
S3Destination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateHarvestJobRequest.Builder |
CreateHarvestJobRequest.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object.
|
default CreateHarvestJobResponse.Builder |
CreateHarvestJobResponse.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object.
|
default HarvestJob.Builder |
HarvestJob.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object.
|
default DescribeHarvestJobResponse.Builder |
DescribeHarvestJobResponse.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object.
|
Copyright © 2023. All rights reserved.