Interface AllowedExtension.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AllowedExtension.Builder,,AllowedExtension> SdkBuilder<AllowedExtension.Builder,,AllowedExtension> SdkPojo
- Enclosing class:
AllowedExtension
@Mutable
@NotThreadSafe
public static interface AllowedExtension.Builder
extends SdkPojo, CopyableBuilder<AllowedExtension.Builder,AllowedExtension>
-
Method Summary
Modifier and TypeMethodDescriptionThe file extension.Methods 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
-
extension
The file extension. The extension must be between 1 and 10 characters and can contain only alphanumeric characters, hyphens, and underscores.
- Parameters:
extension- The file extension. The extension must be between 1 and 10 characters and can contain only alphanumeric characters, hyphens, and underscores.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-