Interface CreateAssetResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateAssetResponse.Builder,,- CreateAssetResponse> - MediaPackageVodResponse.Builder,- SdkBuilder<CreateAssetResponse.Builder,,- CreateAssetResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateAssetResponse
@Mutable
@NotThreadSafe
public static interface CreateAssetResponse.Builder
extends MediaPackageVodResponse.Builder, SdkPojo, CopyableBuilder<CreateAssetResponse.Builder,CreateAssetResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the Asset.The time the Asset was initially submitted for Ingest.egressEndpoints(Collection<EgressEndpoint> egressEndpoints) The list of egress endpoints available for the Asset.egressEndpoints(Consumer<EgressEndpoint.Builder>... egressEndpoints) The list of egress endpoints available for the Asset.egressEndpoints(EgressEndpoint... egressEndpoints) The list of egress endpoints available for the Asset.The unique identifier for the Asset.packagingGroupId(String packagingGroupId) The ID of the PackagingGroup for the Asset.resourceId(String resourceId) The resource ID to include in SPEKE key requests.ARN of the source object in S3.sourceRoleArn(String sourceRoleArn) The IAM role_arn used to access the source S3 bucket.Sets the value of the Tags property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.mediapackagevod.model.MediaPackageVodResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
arnThe ARN of the Asset.- Parameters:
- arn- The ARN of the Asset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtThe time the Asset was initially submitted for Ingest.- Parameters:
- createdAt- The time the Asset was initially submitted for Ingest.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
egressEndpointsThe list of egress endpoints available for the Asset.- Parameters:
- egressEndpoints- The list of egress endpoints available for the Asset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
egressEndpointsThe list of egress endpoints available for the Asset.- Parameters:
- egressEndpoints- The list of egress endpoints available for the Asset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
egressEndpointsThe list of egress endpoints available for the Asset. This is a convenience method that creates an instance of theEgressEndpoint.Builderavoiding the need to create one manually viaEgressEndpoint.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toegressEndpoints(List<EgressEndpoint>).- Parameters:
- egressEndpoints- a consumer that will call methods on- EgressEndpoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
idThe unique identifier for the Asset.- Parameters:
- id- The unique identifier for the Asset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
packagingGroupIdThe ID of the PackagingGroup for the Asset.- Parameters:
- packagingGroupId- The ID of the PackagingGroup for the Asset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceIdThe resource ID to include in SPEKE key requests.- Parameters:
- resourceId- The resource ID to include in SPEKE key requests.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceArnARN of the source object in S3.- Parameters:
- sourceArn- ARN of the source object in S3.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceRoleArnThe IAM role_arn used to access the source S3 bucket.- Parameters:
- sourceRoleArn- The IAM role_arn used to access the source S3 bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsSets the value of the Tags property for this object.- Parameters:
- tags- The new value for the Tags property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-