public static interface CreateAssetResponse.Builder extends MediaPackageVodResponse.Builder, SdkPojo, CopyableBuilder<CreateAssetResponse.Builder,CreateAssetResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAssetResponse.Builder |
arn(String arn)
The ARN of the Asset.
|
CreateAssetResponse.Builder |
createdAt(String createdAt)
The time the Asset was initially submitted for Ingest.
|
CreateAssetResponse.Builder |
egressEndpoints(Collection<EgressEndpoint> egressEndpoints)
The list of egress endpoints available for the Asset.
|
CreateAssetResponse.Builder |
egressEndpoints(Consumer<EgressEndpoint.Builder>... egressEndpoints)
The list of egress endpoints available for the Asset.
|
CreateAssetResponse.Builder |
egressEndpoints(EgressEndpoint... egressEndpoints)
The list of egress endpoints available for the Asset.
|
CreateAssetResponse.Builder |
id(String id)
The unique identifier for the Asset.
|
CreateAssetResponse.Builder |
packagingGroupId(String packagingGroupId)
The ID of the PackagingGroup for the Asset.
|
CreateAssetResponse.Builder |
resourceId(String resourceId)
The resource ID to include in SPEKE key requests.
|
CreateAssetResponse.Builder |
sourceArn(String sourceArn)
ARN of the source object in S3.
|
CreateAssetResponse.Builder |
sourceRoleArn(String sourceRoleArn)
The IAM role_arn used to access the source S3 bucket.
|
CreateAssetResponse.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAssetResponse.Builder arn(String arn)
arn - The ARN of the Asset.CreateAssetResponse.Builder createdAt(String createdAt)
createdAt - The time the Asset was initially submitted for Ingest.CreateAssetResponse.Builder egressEndpoints(Collection<EgressEndpoint> egressEndpoints)
egressEndpoints - The list of egress endpoints available for the Asset.CreateAssetResponse.Builder egressEndpoints(EgressEndpoint... egressEndpoints)
egressEndpoints - The list of egress endpoints available for the Asset.CreateAssetResponse.Builder egressEndpoints(Consumer<EgressEndpoint.Builder>... egressEndpoints)
EgressEndpoint.Builder avoiding the need
to create one manually via
EgressEndpoint.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #egressEndpoints(List.
egressEndpoints - a consumer that will call methods on
EgressEndpoint.Builder#egressEndpoints(java.util.Collection) CreateAssetResponse.Builder id(String id)
id - The unique identifier for the Asset.CreateAssetResponse.Builder packagingGroupId(String packagingGroupId)
packagingGroupId - The ID of the PackagingGroup for the Asset.CreateAssetResponse.Builder resourceId(String resourceId)
resourceId - The resource ID to include in SPEKE key requests.CreateAssetResponse.Builder sourceArn(String sourceArn)
sourceArn - ARN of the source object in S3.CreateAssetResponse.Builder sourceRoleArn(String sourceRoleArn)
sourceRoleArn - The IAM role_arn used to access the source S3 bucket.CreateAssetResponse.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.Copyright © 2023. All rights reserved.