Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyFpgaImageAttributeRequest.Builder
Packages that use ModifyFpgaImageAttributeRequest.Builder
Package
Description
-
Uses of ModifyFpgaImageAttributeRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyFpgaImageAttributeRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyFpgaImageAttribute(Consumer<ModifyFpgaImageAttributeRequest.Builder> modifyFpgaImageAttributeRequest) Modifies the specified attribute of the specified Amazon FPGA Image (AFI).default ModifyFpgaImageAttributeResponseEc2Client.modifyFpgaImageAttribute(Consumer<ModifyFpgaImageAttributeRequest.Builder> modifyFpgaImageAttributeRequest) Modifies the specified attribute of the specified Amazon FPGA Image (AFI). -
Uses of ModifyFpgaImageAttributeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyFpgaImageAttributeRequest.BuilderModifier and TypeMethodDescriptionThe name of the attribute.ModifyFpgaImageAttributeRequest.Builder.attribute(FpgaImageAttributeName attribute) The name of the attribute.ModifyFpgaImageAttributeRequest.builder()ModifyFpgaImageAttributeRequest.Builder.description(String description) A description for the AFI.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ModifyFpgaImageAttributeRequest.Builder.fpgaImageId(String fpgaImageId) The ID of the AFI.ModifyFpgaImageAttributeRequest.Builder.loadPermission(Consumer<LoadPermissionModifications.Builder> loadPermission) The load permission for the AFI.ModifyFpgaImageAttributeRequest.Builder.loadPermission(LoadPermissionModifications loadPermission) The load permission for the AFI.A name for the AFI.ModifyFpgaImageAttributeRequest.Builder.operationType(String operationType) The operation type.ModifyFpgaImageAttributeRequest.Builder.operationType(OperationType operationType) The operation type.ModifyFpgaImageAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyFpgaImageAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyFpgaImageAttributeRequest.Builder.productCodes(String... productCodes) The product codes.ModifyFpgaImageAttributeRequest.Builder.productCodes(Collection<String> productCodes) The product codes.ModifyFpgaImageAttributeRequest.toBuilder()ModifyFpgaImageAttributeRequest.Builder.userGroups(String... userGroups) The user groups.ModifyFpgaImageAttributeRequest.Builder.userGroups(Collection<String> userGroups) The user groups.The Amazon Web Services account IDs.ModifyFpgaImageAttributeRequest.Builder.userIds(Collection<String> userIds) The Amazon Web Services account IDs.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyFpgaImageAttributeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyFpgaImageAttributeRequest.Builder>ModifyFpgaImageAttributeRequest.serializableBuilderClass()