@Generated(value="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_JSON format.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetBundleImportSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
SdkBytes |
body()
The bytes of the base64 encoded asset bundle import zip file.
|
static AssetBundleImportSource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetBundleImportSource.Builder> |
serializableBuilderClass() |
AssetBundleImportSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SdkBytes body()
The bytes of the base64 encoded asset bundle import zip file. This file can't exceed 20 MB.
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.
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.
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 20 MB.
public AssetBundleImportSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetBundleImportSource.Builder,AssetBundleImportSource>public static AssetBundleImportSource.Builder builder()
public static Class<? extends AssetBundleImportSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.