Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateVolumeRequest.Builder
Packages that use CreateVolumeRequest.Builder
Package
Description
-
Uses of CreateVolumeRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateVolumeRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateVolumeResponse>Ec2AsyncClient.createVolume(Consumer<CreateVolumeRequest.Builder> createVolumeRequest) Creates an EBS volume that can be attached to an instance in the same Availability Zone.default CreateVolumeResponseEc2Client.createVolume(Consumer<CreateVolumeRequest.Builder> createVolumeRequest) Creates an EBS volume that can be attached to an instance in the same Availability Zone. -
Uses of CreateVolumeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateVolumeRequest.BuilderModifier and TypeMethodDescriptionCreateVolumeRequest.Builder.availabilityZone(String availabilityZone) The ID of the Availability Zone in which to create the volume.CreateVolumeRequest.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone in which to create the volume.static CreateVolumeRequest.BuilderCreateVolumeRequest.builder()CreateVolumeRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.Indicates whether the volume should be encrypted.The number of I/O operations per second (IOPS) to provision for the volume.The identifier of the KMS key to use for Amazon EBS encryption.CreateVolumeRequest.Builder.multiAttachEnabled(Boolean multiAttachEnabled) Indicates whether to enable Amazon EBS Multi-Attach.default CreateVolumeRequest.BuilderCreateVolumeRequest.Builder.operator(Consumer<OperatorRequest.Builder> operator) Reserved for internal use.CreateVolumeRequest.Builder.operator(OperatorRequest operator) Reserved for internal use.CreateVolumeRequest.Builder.outpostArn(String outpostArn) The Amazon Resource Name (ARN) of the Outpost on which to create the volume.CreateVolumeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateVolumeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The size of the volume, in GiBs.CreateVolumeRequest.Builder.snapshotId(String snapshotId) The snapshot from which to create the volume.CreateVolumeRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the volume during creation.CreateVolumeRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the volume during creation.CreateVolumeRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the volume during creation.CreateVolumeRequest.Builder.throughput(Integer throughput) The throughput to provision for the volume, in MiB/s.CreateVolumeRequest.toBuilder()CreateVolumeRequest.Builder.volumeInitializationRate(Integer volumeInitializationRate) Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download the snapshot blocks from Amazon S3 to the volume.CreateVolumeRequest.Builder.volumeType(String volumeType) The volume type.CreateVolumeRequest.Builder.volumeType(VolumeType volumeType) The volume type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateVolumeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateVolumeRequest.Builder>CreateVolumeRequest.serializableBuilderClass()