Uses of Interface
software.amazon.awssdk.services.ec2.model.FpgaImageAttribute.Builder
Packages that use FpgaImageAttribute.Builder
-
Uses of FpgaImageAttribute.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FpgaImageAttribute.BuilderModifier and TypeMethodDescriptionstatic FpgaImageAttribute.BuilderFpgaImageAttribute.builder()FpgaImageAttribute.Builder.description(String description) The description of the AFI.FpgaImageAttribute.Builder.fpgaImageId(String fpgaImageId) The ID of the AFI.FpgaImageAttribute.Builder.loadPermissions(Collection<LoadPermission> loadPermissions) The load permissions.FpgaImageAttribute.Builder.loadPermissions(Consumer<LoadPermission.Builder>... loadPermissions) The load permissions.FpgaImageAttribute.Builder.loadPermissions(LoadPermission... loadPermissions) The load permissions.The name of the AFI.FpgaImageAttribute.Builder.productCodes(Collection<ProductCode> productCodes) The product codes.FpgaImageAttribute.Builder.productCodes(Consumer<ProductCode.Builder>... productCodes) The product codes.FpgaImageAttribute.Builder.productCodes(ProductCode... productCodes) The product codes.FpgaImageAttribute.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FpgaImageAttribute.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FpgaImageAttribute.Builder>FpgaImageAttribute.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FpgaImageAttribute.BuilderModifier and TypeMethodDescriptionDescribeFpgaImageAttributeResponse.Builder.fpgaImageAttribute(Consumer<FpgaImageAttribute.Builder> fpgaImageAttribute) Information about the attribute.ModifyFpgaImageAttributeResponse.Builder.fpgaImageAttribute(Consumer<FpgaImageAttribute.Builder> fpgaImageAttribute) Information about the attribute.