Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateVolumeResponse.Builder
Packages that use CreateVolumeResponse.Builder
-
Uses of CreateVolumeResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateVolumeResponse.BuilderModifier and TypeMethodDescriptionCreateVolumeResponse.Builder.attachments(Collection<VolumeAttachment> attachments) CreateVolumeResponse.Builder.attachments(Consumer<VolumeAttachment.Builder>... attachments) CreateVolumeResponse.Builder.attachments(VolumeAttachment... attachments) CreateVolumeResponse.Builder.availabilityZone(String availabilityZone) The Availability Zone for the volume.CreateVolumeResponse.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone for the volume.static CreateVolumeResponse.BuilderCreateVolumeResponse.builder()CreateVolumeResponse.Builder.createTime(Instant createTime) The time stamp when volume creation was initiated.Indicates whether the volume is encrypted.CreateVolumeResponse.Builder.fastRestored(Boolean fastRestored) The number of I/O operations per second (IOPS).The Amazon Resource Name (ARN) of the KMS key that was used to protect the volume encryption key for the volume.CreateVolumeResponse.Builder.multiAttachEnabled(Boolean multiAttachEnabled) Indicates whether Amazon EBS Multi-Attach is enabled.default CreateVolumeResponse.BuilderCreateVolumeResponse.Builder.operator(Consumer<OperatorResponse.Builder> operator) The service provider that manages the volume.CreateVolumeResponse.Builder.operator(OperatorResponse operator) The service provider that manages the volume.CreateVolumeResponse.Builder.outpostArn(String outpostArn) The Amazon Resource Name (ARN) of the Outpost.The size of the volume, in GiBs.CreateVolumeResponse.Builder.snapshotId(String snapshotId) The snapshot from which the volume was created, if applicable.CreateVolumeResponse.Builder.sourceVolumeId(String sourceVolumeId) The ID of the source volume from which the volume copy was created.The volume state.CreateVolumeResponse.Builder.state(VolumeState state) The volume state.CreateVolumeResponse.Builder.tags(Collection<Tag> tags) Any tags assigned to the volume.CreateVolumeResponse.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the volume.Any tags assigned to the volume.CreateVolumeResponse.Builder.throughput(Integer throughput) The throughput that the volume supports, in MiB/s.CreateVolumeResponse.toBuilder()The ID of the volume.CreateVolumeResponse.Builder.volumeInitializationRate(Integer volumeInitializationRate) The Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate) specified for the volume during creation, in MiB/s.CreateVolumeResponse.Builder.volumeType(String volumeType) The volume type.CreateVolumeResponse.Builder.volumeType(VolumeType volumeType) The volume type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateVolumeResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateVolumeResponse.Builder>CreateVolumeResponse.serializableBuilderClass()