Interface DescribeAssetResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeAssetResponse.Builder,DescribeAssetResponse>, MediaPackageVodResponse.Builder, SdkBuilder<DescribeAssetResponse.Builder,DescribeAssetResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeAssetResponse

public static interface DescribeAssetResponse.Builder extends MediaPackageVodResponse.Builder, SdkPojo, CopyableBuilder<DescribeAssetResponse.Builder,DescribeAssetResponse>
  • Method Details

    • arn

      The 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.
    • createdAt

      DescribeAssetResponse.Builder createdAt(String createdAt)
      The 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.
    • egressEndpoints

      DescribeAssetResponse.Builder egressEndpoints(Collection<EgressEndpoint> egressEndpoints)
      The 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.
    • egressEndpoints

      DescribeAssetResponse.Builder egressEndpoints(EgressEndpoint... egressEndpoints)
      The 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.
    • egressEndpoints

      DescribeAssetResponse.Builder egressEndpoints(Consumer<EgressEndpoint.Builder>... egressEndpoints)
      The list of egress endpoints available for the Asset. This is a convenience method that creates an instance of the 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<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:
    • id

      The 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.
    • packagingGroupId

      DescribeAssetResponse.Builder packagingGroupId(String packagingGroupId)
      The 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.
    • resourceId

      DescribeAssetResponse.Builder resourceId(String resourceId)
      The 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.
    • sourceArn

      DescribeAssetResponse.Builder sourceArn(String sourceArn)
      ARN 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.
    • sourceRoleArn

      DescribeAssetResponse.Builder sourceRoleArn(String sourceRoleArn)
      The 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.
    • tags

      Sets 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.