Interface AssetZipContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssetZipContent.Builder,,AssetZipContent> SdkBuilder<AssetZipContent.Builder,,AssetZipContent> SdkPojo
- Enclosing class:
AssetZipContent
@Mutable
@NotThreadSafe
public static interface AssetZipContent.Builder
extends SdkPojo, CopyableBuilder<AssetZipContent.Builder,AssetZipContent>
-
Method Summary
Modifier and TypeMethodDescriptionThe zip file bytesMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
zipFile
The zip file bytes
- Parameters:
zipFile- The zip file bytes- Returns:
- Returns a reference to this object so that method calls can be chained together.
-