public static interface AssetShallow.Builder extends SdkPojo, CopyableBuilder<AssetShallow.Builder,AssetShallow>
| Modifier and Type | Method and Description |
|---|---|
AssetShallow.Builder |
arn(String arn)
The ARN of the Asset.
|
AssetShallow.Builder |
createdAt(String createdAt)
The time the Asset was initially submitted for Ingest.
|
AssetShallow.Builder |
id(String id)
The unique identifier for the Asset.
|
AssetShallow.Builder |
packagingGroupId(String packagingGroupId)
The ID of the PackagingGroup for the Asset.
|
AssetShallow.Builder |
resourceId(String resourceId)
The resource ID to include in SPEKE key requests.
|
AssetShallow.Builder |
sourceArn(String sourceArn)
ARN of the source object in S3.
|
AssetShallow.Builder |
sourceRoleArn(String sourceRoleArn)
The IAM role ARN used to access the source S3 bucket.
|
AssetShallow.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetShallow.Builder arn(String arn)
arn - The ARN of the Asset.AssetShallow.Builder createdAt(String createdAt)
createdAt - The time the Asset was initially submitted for Ingest.AssetShallow.Builder id(String id)
id - The unique identifier for the Asset.AssetShallow.Builder packagingGroupId(String packagingGroupId)
packagingGroupId - The ID of the PackagingGroup for the Asset.AssetShallow.Builder resourceId(String resourceId)
resourceId - The resource ID to include in SPEKE key requests.AssetShallow.Builder sourceArn(String sourceArn)
sourceArn - ARN of the source object in S3.AssetShallow.Builder sourceRoleArn(String sourceRoleArn)
sourceRoleArn - The IAM role ARN used to access the source S3 bucket.AssetShallow.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.Copyright © 2023. All rights reserved.