Uses of Interface
software.amazon.awssdk.services.quicksight.model.AssetBundleImportSourceDescription.Builder
-
Packages that use AssetBundleImportSourceDescription.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleImportSourceDescription.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AssetBundleImportSourceDescription.Builder Modifier and Type Method Description AssetBundleImportSourceDescription.BuilderAssetBundleImportSourceDescription.Builder. body(String body)An HTTPS download URL for the provided asset bundle that you optionally provided at the start of the import job.static AssetBundleImportSourceDescription.BuilderAssetBundleImportSourceDescription. builder()AssetBundleImportSourceDescription.BuilderAssetBundleImportSourceDescription.Builder. s3Uri(String s3Uri)The Amazon S3 URI that you provided at the start of the import job.AssetBundleImportSourceDescription.BuilderAssetBundleImportSourceDescription. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleImportSourceDescription.Builder Modifier and Type Method Description static Class<? extends AssetBundleImportSourceDescription.Builder>AssetBundleImportSourceDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleImportSourceDescription.Builder Modifier and Type Method Description default DescribeAssetBundleImportJobResponse.BuilderDescribeAssetBundleImportJobResponse.Builder. assetBundleImportSource(Consumer<AssetBundleImportSourceDescription.Builder> assetBundleImportSource)The source of the asset bundle zip file that contains the data that is imported by the job.
-