Class AssetBundleImportSource
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AssetBundleImportSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssetBundleImportSource.Builder,AssetBundleImportSource>
@Generated("software.amazon.awssdk:codegen") public final class AssetBundleImportSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetBundleImportSource.Builder,AssetBundleImportSource>
The source of the asset bundle zip file that contains the data that you want to import. The file must be in
QUICKSIGHT_JSONformat.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssetBundleImportSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkBytesbody()The bytes of the base64 encoded asset bundle import zip file.static AssetBundleImportSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Uri()The Amazon S3 URI for an asset bundle import file that exists in an Amazon S3 bucket that the caller has read access to.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AssetBundleImportSource.Builder>serializableBuilderClass()AssetBundleImportSource.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
body
public final SdkBytes body()
The bytes of the base64 encoded asset bundle import zip file. This file can't exceed 20 MB. If the size of the file that you want to upload is more than 20 MB, add the file to your Amazon S3 bucket and use
S3Uriof the file for this operation.If you are calling the API operations from the Amazon Web Services SDK for Java, JavaScript, Python, or PHP, the SDK encodes base64 automatically to allow the direct setting of the zip file's bytes. If you are using an SDK for a different language or receiving related errors, try to base64 encode your data.
- Returns:
- The bytes of the base64 encoded asset bundle import zip file. This file can't exceed 20 MB. If the size
of the file that you want to upload is more than 20 MB, add the file to your Amazon S3 bucket and use
S3Uriof the file for this operation.If you are calling the API operations from the Amazon Web Services SDK for Java, JavaScript, Python, or PHP, the SDK encodes base64 automatically to allow the direct setting of the zip file's bytes. If you are using an SDK for a different language or receiving related errors, try to base64 encode your data.
-
s3Uri
public final 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. The file must be a zip format file and can't exceed 1 GB.
- Returns:
- The Amazon S3 URI for an asset bundle import file that exists in an Amazon S3 bucket that the caller has read access to. The file must be a zip format file and can't exceed 1 GB.
-
toBuilder
public AssetBundleImportSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssetBundleImportSource.Builder,AssetBundleImportSource>
-
builder
public static AssetBundleImportSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetBundleImportSource.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-