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_JSON
format.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AssetBundleImportSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
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 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 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 20 MB.
- 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 20 MB.
-
toBuilder
public AssetBundleImportSource.Builder toBuilder()
- Specified by:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-