Interface CreateAssetRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateAssetRequest.Builder,CreateAssetRequest>, MediaPackageVodRequest.Builder, SdkBuilder<CreateAssetRequest.Builder,CreateAssetRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateAssetRequest

public static interface CreateAssetRequest.Builder extends MediaPackageVodRequest.Builder, SdkPojo, CopyableBuilder<CreateAssetRequest.Builder,CreateAssetRequest>
  • Method Details

    • 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

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

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

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

      CreateAssetRequest.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.
    • overrideConfiguration

      CreateAssetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.