Interface AssetBundleImportSourceDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleImportSourceDescription.Builder,AssetBundleImportSourceDescription>,SdkBuilder<AssetBundleImportSourceDescription.Builder,AssetBundleImportSourceDescription>,SdkPojo
- Enclosing class:
- AssetBundleImportSourceDescription
@Mutable @NotThreadSafe public static interface AssetBundleImportSourceDescription.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportSourceDescription.Builder,AssetBundleImportSourceDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleImportSourceDescription.Builderbody(String body)An HTTPS download URL for the provided asset bundle that you optionally provided at the start of the import job.AssetBundleImportSourceDescription.Builders3Uri(String s3Uri)The Amazon S3 URI that you provided at the start of the import job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
body
AssetBundleImportSourceDescription.Builder body(String body)
An HTTPS download URL for the provided asset bundle that you optionally provided at the start of the import job. This URL is valid for five minutes after issuance. Call
DescribeAssetBundleExportJobagain for a fresh URL if needed. The downloaded asset bundle is a.qszip file.- Parameters:
body- An HTTPS download URL for the provided asset bundle that you optionally provided at the start of the import job. This URL is valid for five minutes after issuance. CallDescribeAssetBundleExportJobagain for a fresh URL if needed. The downloaded asset bundle is a.qszip file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Uri
AssetBundleImportSourceDescription.Builder s3Uri(String s3Uri)
The Amazon S3 URI that you provided at the start of the import job.
- Parameters:
s3Uri- The Amazon S3 URI that you provided at the start of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-