public static interface CreateAssetRequest.Builder extends MediaPackageVodRequest.Builder, SdkPojo, CopyableBuilder<CreateAssetRequest.Builder,CreateAssetRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAssetRequest.Builder |
id(String id)
The unique identifier for the Asset.
|
CreateAssetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAssetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAssetRequest.Builder |
packagingGroupId(String packagingGroupId)
The ID of the PackagingGroup for the Asset.
|
CreateAssetRequest.Builder |
resourceId(String resourceId)
The resource ID to include in SPEKE key requests.
|
CreateAssetRequest.Builder |
sourceArn(String sourceArn)
ARN of the source object in S3.
|
CreateAssetRequest.Builder |
sourceRoleArn(String sourceRoleArn)
The IAM role ARN used to access the source S3 bucket.
|
CreateAssetRequest.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAssetRequest.Builder id(String id)
id - The unique identifier for the Asset.CreateAssetRequest.Builder packagingGroupId(String packagingGroupId)
packagingGroupId - The ID of the PackagingGroup for the Asset.CreateAssetRequest.Builder resourceId(String resourceId)
resourceId - The resource ID to include in SPEKE key requests.CreateAssetRequest.Builder sourceArn(String sourceArn)
sourceArn - ARN of the source object in S3.CreateAssetRequest.Builder sourceRoleArn(String sourceRoleArn)
sourceRoleArn - The IAM role ARN used to access the source S3 bucket.CreateAssetRequest.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.CreateAssetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAssetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.