Interface CreateVolumeResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateVolumeResponse.Builder,CreateVolumeResponse>, Ec2Response.Builder, SdkBuilder<CreateVolumeResponse.Builder,CreateVolumeResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateVolumeResponse

public static interface CreateVolumeResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateVolumeResponse.Builder,CreateVolumeResponse>
  • Method Details

    • attachments

      Information about the volume attachments.

      Parameters:
      attachments - Information about the volume attachments.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attachments

      CreateVolumeResponse.Builder attachments(VolumeAttachment... attachments)

      Information about the volume attachments.

      Parameters:
      attachments - Information about the volume attachments.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attachments

      Information about the volume attachments.

      This is a convenience method that creates an instance of the VolumeAttachment.Builder avoiding the need to create one manually via VolumeAttachment.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to attachments(List<VolumeAttachment>).

      Parameters:
      attachments - a consumer that will call methods on VolumeAttachment.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • availabilityZone

      CreateVolumeResponse.Builder availabilityZone(String availabilityZone)

      The Availability Zone for the volume.

      Parameters:
      availabilityZone - The Availability Zone for the volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createTime

      CreateVolumeResponse.Builder createTime(Instant createTime)

      The time stamp when volume creation was initiated.

      Parameters:
      createTime - The time stamp when volume creation was initiated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encrypted

      CreateVolumeResponse.Builder encrypted(Boolean encrypted)

      Indicates whether the volume is encrypted.

      Parameters:
      encrypted - Indicates whether the volume is encrypted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyId

      The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume encryption key for the volume.

      Parameters:
      kmsKeyId - The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume encryption key for the volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outpostArn

      CreateVolumeResponse.Builder outpostArn(String outpostArn)

      The Amazon Resource Name (ARN) of the Outpost.

      Parameters:
      outpostArn - The Amazon Resource Name (ARN) of the Outpost.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • size

      The size of the volume, in GiBs.

      Parameters:
      size - The size of the volume, in GiBs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • snapshotId

      CreateVolumeResponse.Builder snapshotId(String snapshotId)

      The snapshot from which the volume was created, if applicable.

      Parameters:
      snapshotId - The snapshot from which the volume was created, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The volume state.

      Parameters:
      state - The volume state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The volume state.

      Parameters:
      state - The volume state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • volumeId

      The ID of the volume.

      Parameters:
      volumeId - The ID of the volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iops

      The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

      Parameters:
      iops - The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Any tags assigned to the volume.

      Parameters:
      tags - Any tags assigned to the volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Any tags assigned to the volume.

      Parameters:
      tags - Any tags assigned to the volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Any tags assigned to the volume.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • volumeType

      CreateVolumeResponse.Builder volumeType(String volumeType)

      The volume type.

      Parameters:
      volumeType - The volume type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • volumeType

      CreateVolumeResponse.Builder volumeType(VolumeType volumeType)

      The volume type.

      Parameters:
      volumeType - The volume type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fastRestored

      CreateVolumeResponse.Builder fastRestored(Boolean fastRestored)

      Indicates whether the volume was created using fast snapshot restore.

      Parameters:
      fastRestored - Indicates whether the volume was created using fast snapshot restore.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • multiAttachEnabled

      CreateVolumeResponse.Builder multiAttachEnabled(Boolean multiAttachEnabled)

      Indicates whether Amazon EBS Multi-Attach is enabled.

      Parameters:
      multiAttachEnabled - Indicates whether Amazon EBS Multi-Attach is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • throughput

      CreateVolumeResponse.Builder throughput(Integer throughput)

      The throughput that the volume supports, in MiB/s.

      Parameters:
      throughput - The throughput that the volume supports, in MiB/s.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sseType

      Reserved for future use.

      Parameters:
      sseType - Reserved for future use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sseType

      Reserved for future use.

      Parameters:
      sseType - Reserved for future use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: