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 Summary
Modifier and TypeMethodDescriptionThe unique identifier for the Asset.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mediapackagevod.model.MediaPackageVodRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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
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
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
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
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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateAssetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-