Uses of Interface
software.amazon.awssdk.services.quicksight.model.AssetBundleImportSource.Builder
-
Packages that use AssetBundleImportSource.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleImportSource.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AssetBundleImportSource.Builder Modifier and Type Method Description AssetBundleImportSource.BuilderAssetBundleImportSource.Builder. body(SdkBytes body)The bytes of the base64 encoded asset bundle import zip file.static AssetBundleImportSource.BuilderAssetBundleImportSource. builder()AssetBundleImportSource.BuilderAssetBundleImportSource.Builder. s3Uri(String s3Uri)The Amazon S3 URI for an asset bundle import file that exists in an Amazon S3 bucket that the caller has read access to.AssetBundleImportSource.BuilderAssetBundleImportSource. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleImportSource.Builder Modifier and Type Method Description static Class<? extends AssetBundleImportSource.Builder>AssetBundleImportSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleImportSource.Builder Modifier and Type Method Description default StartAssetBundleImportJobRequest.BuilderStartAssetBundleImportJobRequest.Builder. assetBundleImportSource(Consumer<AssetBundleImportSource.Builder> assetBundleImportSource)The source of the asset bundle zip file that contains the data that you want to import.
-