Interface VolumeAttachment.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VolumeAttachment.Builder,VolumeAttachment>, SdkBuilder<VolumeAttachment.Builder,VolumeAttachment>, SdkPojo
Enclosing class:
VolumeAttachment

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

    • attachTime

      VolumeAttachment.Builder attachTime(Instant attachTime)

      The time stamp when the attachment initiated.

      Parameters:
      attachTime - The time stamp when the attachment initiated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • device

      The device name.

      If the volume is attached to a Fargate task, this parameter returns null.

      Parameters:
      device - The device name.

      If the volume is attached to a Fargate task, this parameter returns null.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceId

      VolumeAttachment.Builder instanceId(String instanceId)

      The ID of the instance.

      If the volume is attached to a Fargate task, this parameter returns null.

      Parameters:
      instanceId - The ID of the instance.

      If the volume is attached to a Fargate task, this parameter returns null.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The attachment state of the volume.

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

      The attachment state of the volume.

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

      VolumeAttachment.Builder volumeId(String 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.
    • deleteOnTermination

      VolumeAttachment.Builder deleteOnTermination(Boolean deleteOnTermination)

      Indicates whether the EBS volume is deleted on instance termination.

      Parameters:
      deleteOnTermination - Indicates whether the EBS volume is deleted on instance termination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associatedResource

      VolumeAttachment.Builder associatedResource(String associatedResource)

      The ARN of the Amazon ECS or Fargate task to which the volume is attached.

      Parameters:
      associatedResource - The ARN of the Amazon ECS or Fargate task to which the volume is attached.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceOwningService

      VolumeAttachment.Builder instanceOwningService(String instanceOwningService)

      The service principal of Amazon Web Services service that owns the underlying instance to which the volume is attached.

      This parameter is returned only for volumes that are attached to Fargate tasks.

      Parameters:
      instanceOwningService - The service principal of Amazon Web Services service that owns the underlying instance to which the volume is attached.

      This parameter is returned only for volumes that are attached to Fargate tasks.

      Returns:
      Returns a reference to this object so that method calls can be chained together.