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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAssetRequest.Builderid(String id)The unique identifier for the Asset.CreateAssetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAssetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateAssetRequest.BuilderpackagingGroupId(String packagingGroupId)The ID of the PackagingGroup for the Asset.CreateAssetRequest.BuilderresourceId(String resourceId)The resource ID to include in SPEKE key requests.CreateAssetRequest.BuildersourceArn(String sourceArn)ARN of the source object in S3.CreateAssetRequest.BuildersourceRoleArn(String sourceRoleArn)The IAM role ARN used to access the source S3 bucket.CreateAssetRequest.Buildertags(Map<String,String> tags)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
CreateAssetRequest.Builder id(String 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
CreateAssetRequest.Builder tags(Map<String,String> 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAssetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-