Uses of Interface
software.amazon.awssdk.services.mediapackage.model.S3Destination.Builder
-
Packages that use S3Destination.Builder Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of S3Destination.Builder in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return S3Destination.Builder Modifier and Type Method Description S3Destination.BuilderS3Destination.Builder. bucketName(String bucketName)The name of an S3 bucket within which harvested content will be exportedstatic S3Destination.BuilderS3Destination. builder()S3Destination.BuilderS3Destination.Builder. manifestKey(String manifestKey)The key in the specified S3 bucket where the harvested top-level manifest will be placed.S3Destination.BuilderS3Destination.Builder. roleArn(String roleArn)The IAM role used to write to the specified S3 bucketS3Destination.BuilderS3Destination. toBuilder()Methods in software.amazon.awssdk.services.mediapackage.model that return types with arguments of type S3Destination.Builder Modifier and Type Method Description static Class<? extends S3Destination.Builder>S3Destination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediapackage.model with type arguments of type S3Destination.Builder Modifier and Type Method Description default CreateHarvestJobRequest.BuilderCreateHarvestJobRequest.Builder. s3Destination(Consumer<S3Destination.Builder> s3Destination)Sets the value of the S3Destination property for this object.default CreateHarvestJobResponse.BuilderCreateHarvestJobResponse.Builder. s3Destination(Consumer<S3Destination.Builder> s3Destination)Sets the value of the S3Destination property for this object.default DescribeHarvestJobResponse.BuilderDescribeHarvestJobResponse.Builder. s3Destination(Consumer<S3Destination.Builder> s3Destination)Sets the value of the S3Destination property for this object.default HarvestJob.BuilderHarvestJob.Builder. s3Destination(Consumer<S3Destination.Builder> s3Destination)Sets the value of the S3Destination property for this object.
-